]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/ls1012afrdm/Kconfig
board: ls1012a: FRWY-LS1012A board support
[u-boot] / board / freescale / ls1012afrdm / Kconfig
index 22d521b6cf5cd152b3c701287c71d2c0c31f5e35..5255bce0d2bdb4aeef6bf1caca33a68b919422de 100644 (file)
@@ -12,16 +12,22 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "ls1012afrdm"
 
+config SYS_LS_PFE_FW_ADDR
+       hex "Flash address of PFE firmware"
+       default 0x40a00000
+
+config SYS_LS_PPA_FW_ADDR
+       hex "PPA Firmware Addr"
+       default 0x40400000
+endif
+
 if FSL_PFE
 
 config BOARD_SPECIFIC_OPTIONS # dummy
        def_bool y
        select PHYLIB
        imply PHY_REALTEK
-
-config SYS_LS_PFE_FW_ADDR
-       hex "Flash address of PFE firmware"
-       default 0x40a00000
+       imply PHY_ATHEROS
 
 config DDR_PFE_PHYS_BASEADDR
        hex "PFE DDR physical base address"
@@ -41,6 +47,30 @@ config PFE_EMAC2_PHY_ADDR
 
 endif
 
-source "board/freescale/common/Kconfig"
+if TARGET_LS1012AFRWY
 
+config SYS_BOARD
+       default "ls1012afrdm"
+
+config SYS_VENDOR
+       default "freescale"
+
+config SYS_SOC
+       default "fsl-layerscape"
+
+config SYS_CONFIG_NAME
+       default "ls1012afrwy"
+
+config SYS_LS_PFE_FW_ADDR
+       hex "Flash address of PFE firmware"
+       default 0x40020000
+
+config SYS_LS_PPA_FW_ADDR
+       hex "PPA Firmware Addr"
+       default 0x40060000
+
+endif
+
+if TARGET_LS1012AFRDM || TARGET_LS1012AFRWY
+source "board/freescale/common/Kconfig"
 endif