]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/ls1012ardb/Kconfig
board: freescale: ls1012ardb: enable network support on ls1012ardb
[u-boot] / board / freescale / ls1012ardb / Kconfig
index d13b08ebe5884ac4c0524a971893a01307570965..af35a01830dbd52a6cc7a3505c5e51d17dbf8489 100644 (file)
@@ -12,6 +12,35 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "ls1012ardb"
 
+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
+
+config DDR_PFE_PHYS_BASEADDR
+       hex "PFE DDR physical base address"
+       default 0x03800000
+
+config DDR_PFE_BASEADDR
+       hex "PFE DDR base address"
+       default 0x83800000
+
+config PFE_EMAC1_PHY_ADDR
+       hex "PFE DDR base address"
+       default 0x2
+
+config PFE_EMAC2_PHY_ADDR
+       hex "PFE DDR base address"
+       default 0x1
+
+endif
+
 source "board/freescale/common/Kconfig"
 
 endif