Kconfig 1011 字节
Newer Older
R
Rob Herring 已提交
1 2
config ARCH_MVEBU
	bool "Marvell SOCs with Device Tree support" if ARCH_MULTI_V7
B
Ben Dooks 已提交
3
	select ARCH_SUPPORTS_BIG_ENDIAN
R
Rob Herring 已提交
4 5 6
	select CLKSRC_MMIO
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN
7 8
	select PINCTRL
	select PLAT_ORION
9
	select MVEBU_MBUS
10
	select ZONE_DMA if ARM_LPAE
11
	select ARCH_REQUIRE_GPIOLIB
12 13
	select MIGHT_HAVE_PCI
	select PCI_QUIRKS if PCI
R
Rob Herring 已提交
14

15 16 17 18
if ARCH_MVEBU

menu "Marvell SOC with device tree"

19
config MACH_ARMADA_370_XP
20
	bool
21
	select ARMADA_370_XP_TIMER
G
Gregory CLEMENT 已提交
22
	select CACHE_L2X0
23
	select CPU_PJ4B
24 25 26

config MACH_ARMADA_370
	bool "Marvell Armada 370 boards"
27
	select ARMADA_370_CLK
28
	select MACH_ARMADA_370_XP
29
	select PINCTRL_ARMADA_370
30
	help
31 32
	  Say 'Y' here if you want your kernel to support boards based
	  on the Marvell Armada 370 SoC with device tree.
33

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

43 44 45
endmenu

endif