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

menu "Marvell SOC with device tree"

5 6 7 8 9 10 11 12 13
config MACH_ARMADA_370_XP
	bool "Marvell Armada 370 and Aramada XP boards"
	select ARMADA_370_XP_TIMER
	select CPU_V7
	help

	  Say 'Y' here if you want your kernel to support boards based on
	  Marvell Armada 370 or Armada XP with device tree.

14 15 16
endmenu

endif