Kconfig 605 字节
Newer Older
1 2 3 4
if ARCH_MVEBU

menu "Marvell SOC with device tree"

5
config MACH_ARMADA_370_XP
6
	bool
7 8
	select ARMADA_370_XP_TIMER
	select CPU_V7
9 10 11 12

config MACH_ARMADA_370
	bool "Marvell Armada 370 boards"
	select MACH_ARMADA_370_XP
13
	select PINCTRL_ARMADA_370
14
	help
15 16
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada 370 SoC with device tree.
17

18 19 20
config MACH_ARMADA_XP
	bool "Marvell Armada XP boards"
	select MACH_ARMADA_370_XP
21
	select PINCTRL_ARMADA_XP
22 23 24
	help
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada XP SoC with device tree.
25

26 27 28
endmenu

endif