Kconfig 1.0 KB
Newer Older
R
Rob Herring 已提交
1 2 3 4 5 6 7 8
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
9 10
	select PINCTRL
	select PLAT_ORION
R
Rob Herring 已提交
11
	select SPARSE_IRQ
12 13 14 15
	select CLKDEV_LOOKUP
	select MVEBU_CLK_CORE
	select MVEBU_CLK_CPU
	select MVEBU_CLK_GATING
16
	select MVEBU_MBUS
17
	select ZONE_DMA if ARM_LPAE
R
Rob Herring 已提交
18

19 20 21 22
if ARCH_MVEBU

menu "Marvell SOC with device tree"

23
config MACH_ARMADA_370_XP
24
	bool
25
	select ARMADA_370_XP_TIMER
26
	select HAVE_SMP
G
Gregory CLEMENT 已提交
27
	select CACHE_L2X0
28
	select CPU_PJ4B
29 30 31 32

config MACH_ARMADA_370
	bool "Marvell Armada 370 boards"
	select MACH_ARMADA_370_XP
33
	select PINCTRL_ARMADA_370
34
	help
35 36
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada 370 SoC with device tree.
37

38 39 40
config MACH_ARMADA_XP
	bool "Marvell Armada XP boards"
	select MACH_ARMADA_370_XP
41
	select PINCTRL_ARMADA_XP
42 43 44
	help
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada XP SoC with device tree.
45

46 47 48
endmenu

endif