ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
[platform/kernel/u-boot.git] / board / freescale / ls1012aqds / Kconfig
1 if TARGET_LS1012AQDS
2
3 config SYS_BOARD
4         default "ls1012aqds"
5
6 config SYS_VENDOR
7         default "freescale"
8
9 config SYS_SOC
10         default "fsl-layerscape"
11
12 config SYS_CONFIG_NAME
13         default "ls1012aqds"
14
15 config SYS_LS_PPA_FW_ADDR
16         hex "PPA Firmware Addr"
17         default 0x40400000
18
19 if CHAIN_OF_TRUST
20 config SYS_LS_PPA_ESBC_ADDR
21         hex "PPA Firmware HDR Addr"
22         default 0x40680000
23 endif
24
25 if FSL_PFE
26
27 config BOARD_SPECIFIC_OPTIONS # dummy
28         def_bool y
29         select PHYLIB
30         imply PHY_VITESSE
31         imply PHY_REALTEK
32         imply PHY_AQUANTIA
33         imply PHYLIB_10G
34
35 config PFE_RGMII_RESET_WA
36         def_bool y
37
38 config SYS_LS_PFE_FW_ADDR
39         hex "Flash address of PFE firmware"
40         default 0x40a00000
41
42 config SYS_LS_PFE_ESBC_ADDR
43         hex "PFE Firmware HDR Addr"
44         default 0x40700000
45
46 config DDR_PFE_PHYS_BASEADDR
47         hex "PFE DDR physical base address"
48         default 0x03800000
49
50 config DDR_PFE_BASEADDR
51         hex "PFE DDR base address"
52         default 0x83800000
53
54 config PFE_EMAC1_PHY_ADDR
55         hex "PFE DDR base address"
56         default 0x1e
57
58 config PFE_EMAC2_PHY_ADDR
59         hex "PFE DDR base address"
60         default 0x1
61
62 config PFE_SGMII_2500_PHY1_ADDR
63         hex "PFE DDR base address"
64         default 0x1
65
66 config PFE_SGMII_2500_PHY2_ADDR
67         hex "PFE DDR base address"
68         default 0x2
69
70 endif
71
72
73 source "board/freescale/common/Kconfig"
74
75 endif