layerscape: Disable CONFIG_FMAN_ENET on *aqds* platforms
[platform/kernel/u-boot.git] / board / freescale / ls1012ardb / Kconfig
1 if TARGET_LS1012ARDB
2
3 config SYS_BOARD
4         default "ls1012ardb"
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 "ls1012ardb"
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
24 config SYS_LS_PFE_ESBC_ADDR
25         hex "PFE Firmware HDR Addr"
26         default 0x40640000
27
28 config SYS_LS_PFE_ESBC_LENGTH
29         hex "length of PFE Firmware HDR"
30         default 0xc00
31 endif
32
33 if FSL_PFE
34
35 config BOARD_SPECIFIC_OPTIONS # dummy
36         def_bool y
37         select PHYLIB
38         imply PHY_REALTEK
39
40 config SYS_LS_PFE_FW_ADDR
41         hex "Flash address of PFE firmware"
42         default 0x40a00000
43
44 config SYS_LS_PFE_FW_LENGTH
45         hex "length of PFE firmware"
46         default 0x300000
47
48 config DDR_PFE_PHYS_BASEADDR
49         hex "PFE DDR physical base address"
50         default 0x03800000
51
52 config DDR_PFE_BASEADDR
53         hex "PFE DDR base address"
54         default 0x83800000
55
56 config PFE_EMAC1_PHY_ADDR
57         hex "PFE DDR base address"
58         default 0x2
59
60 config PFE_EMAC2_PHY_ADDR
61         hex "PFE DDR base address"
62         default 0x1
63
64 endif
65
66 endif
67
68 if TARGET_LS1012A2G5RDB
69
70 config SYS_BOARD
71         default "ls1012ardb"
72
73 config SYS_VENDOR
74         default "freescale"
75
76 config SYS_SOC
77         default "fsl-layerscape"
78
79 config SYS_CONFIG_NAME
80         default "ls1012a2g5rdb"
81
82 config SYS_LS_PPA_FW_ADDR
83         hex "PPA Firmware Addr"
84         default 0x40400000
85
86 if FSL_PFE
87
88 config BOARD_SPECIFIC_OPTIONS # dummy
89         def_bool y
90         select PHYLIB
91         imply PHYLIB_10G
92         imply PHY_AQUANTIA
93
94 config SYS_LS_PFE_FW_ADDR
95         hex "Flash address of PFE firmware"
96         default 0x40a00000
97
98 config SYS_LS_PFE_FW_LENGTH
99         hex "length of PFE firmware"
100         default 0x300000
101
102 config DDR_PFE_PHYS_BASEADDR
103         hex "PFE DDR physical base address"
104         default 0x03800000
105
106 config DDR_PFE_BASEADDR
107         hex "PFE DDR base address"
108         default 0x83800000
109
110 config PFE_EMAC1_PHY_ADDR
111         hex "PFE DDR base address"
112         default 0x2
113
114 config PFE_EMAC2_PHY_ADDR
115         hex "PFE DDR base address"
116         default 0x1
117
118 endif
119
120 endif