Kconfig (c09c9dd2e9c732658c744a802101d5c34fedde22) Kconfig (63cddd25fa02dbba294fb09f78ea24d7a9f1c7d9)
1menuconfig ARCH_ORION5X
2 bool "Marvell Orion"
3 depends on MMU && ARCH_MULTI_V5
4 select ARCH_REQUIRE_GPIOLIB
5 select CPU_FEROCEON
6 select GENERIC_CLOCKEVENTS
7 select MVEBU_MBUS
8 select PCI
9 select PLAT_ORION_LEGACY
10 help
11 Support for the following Marvell Orion 5x series SoCs:
12 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
13 Orion-2 (5281), Orion-1-90 (6183).
14
1if ARCH_ORION5X
2
15if ARCH_ORION5X
16
3menu "Orion Implementations"
4
5config ARCH_ORION5X_DT
6 bool "Marvell Orion5x Flattened Device Tree"
7 select USE_OF
8 select ORION_CLK
9 select ORION_IRQCHIP
10 select ORION_TIMER
11 select PINCTRL
12 select PINCTRL_ORION

--- 145 unchanged lines hidden (view full) ---

158 Marvell Orion-VoIP FXO (88F5181L) RD.
159
160config MACH_RD88F6183AP_GE
161 bool "Marvell Orion-1-90 AP GE Reference Design"
162 help
163 Say 'Y' here if you want your kernel to support the
164 Marvell Orion-1-90 (88F6183) AP GE RD.
165
17config ARCH_ORION5X_DT
18 bool "Marvell Orion5x Flattened Device Tree"
19 select USE_OF
20 select ORION_CLK
21 select ORION_IRQCHIP
22 select ORION_TIMER
23 select PINCTRL
24 select PINCTRL_ORION

--- 145 unchanged lines hidden (view full) ---

170 Marvell Orion-VoIP FXO (88F5181L) RD.
171
172config MACH_RD88F6183AP_GE
173 bool "Marvell Orion-1-90 AP GE Reference Design"
174 help
175 Say 'Y' here if you want your kernel to support the
176 Marvell Orion-1-90 (88F6183) AP GE RD.
177
166endmenu
167
168endif
178endif