Kconfig 843 字节
Newer Older
R
Rob Herring 已提交
1 2 3 4 5 6 7 8 9 10
config ARCH_MVEBU
	bool "Marvell SOCs with Device Tree support" if ARCH_MULTI_V7
	select CLKSRC_MMIO
	select COMMON_CLK
	select GENERIC_CLOCKEVENTS
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER
	select SPARSE_IRQ

11 12 13 14
if ARCH_MVEBU

menu "Marvell SOC with device tree"

15
config MACH_ARMADA_370_XP
16
	bool
17 18
	select ARMADA_370_XP_TIMER
	select CPU_V7
19 20 21 22

config MACH_ARMADA_370
	bool "Marvell Armada 370 boards"
	select MACH_ARMADA_370_XP
23
	select PINCTRL_ARMADA_370
24
	help
25 26
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada 370 SoC with device tree.
27

28 29 30
config MACH_ARMADA_XP
	bool "Marvell Armada XP boards"
	select MACH_ARMADA_370_XP
31
	select PINCTRL_ARMADA_XP
32 33 34
	help
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada XP SoC with device tree.
35

36 37 38
endmenu

endif