Kconfig (2fe5de9ce7d57498abc14b375cad2fcf8c3ee6cc) Kconfig (1ee89e2231a1b04dc34765edd195725ddf4ba998)
1config ARCH_MVEBU
2 bool "Marvell Engineering Business Unit (MVEBU) SoCs" if (ARCH_MULTI_V7 || ARCH_MULTI_V5)
3 select ARCH_SUPPORTS_BIG_ENDIAN
4 select CLKSRC_MMIO
5 select GENERIC_IRQ_CHIP
6 select IRQ_DOMAIN
7 select PINCTRL
8 select PLAT_ORION
1config ARCH_MVEBU
2 bool "Marvell Engineering Business Unit (MVEBU) SoCs" if (ARCH_MULTI_V7 || ARCH_MULTI_V5)
3 select ARCH_SUPPORTS_BIG_ENDIAN
4 select CLKSRC_MMIO
5 select GENERIC_IRQ_CHIP
6 select IRQ_DOMAIN
7 select PINCTRL
8 select PLAT_ORION
9 select SOC_BUS
9 select MVEBU_MBUS
10 select ZONE_DMA if ARM_LPAE
11 select ARCH_REQUIRE_GPIOLIB
12 select MIGHT_HAVE_PCI
13 select PCI_QUIRKS if PCI
14 select OF_ADDRESS_PCI
15
16if ARCH_MVEBU

--- 17 unchanged lines hidden (view full) ---

34
35config MACH_ARMADA_375
36 bool "Marvell Armada 375 boards" if ARCH_MULTI_V7
37 select ARM_ERRATA_720789
38 select ARM_ERRATA_753970
39 select ARM_GIC
40 select ARMADA_375_CLK
41 select CPU_V7
10 select MVEBU_MBUS
11 select ZONE_DMA if ARM_LPAE
12 select ARCH_REQUIRE_GPIOLIB
13 select MIGHT_HAVE_PCI
14 select PCI_QUIRKS if PCI
15 select OF_ADDRESS_PCI
16
17if ARCH_MVEBU

--- 17 unchanged lines hidden (view full) ---

35
36config MACH_ARMADA_375
37 bool "Marvell Armada 375 boards" if ARCH_MULTI_V7
38 select ARM_ERRATA_720789
39 select ARM_ERRATA_753970
40 select ARM_GIC
41 select ARMADA_375_CLK
42 select CPU_V7
43 select HAVE_ARM_SCU
44 select HAVE_ARM_TWD
45 select HAVE_SMP
42 select MACH_MVEBU_V7
43 select PINCTRL_ARMADA_375
44 help
45 Say 'Y' here if you want your kernel to support boards based
46 on the Marvell Armada 375 SoC with device tree.
47
48config MACH_ARMADA_38X
49 bool "Marvell Armada 380/385 boards" if ARCH_MULTI_V7
50 select ARM_ERRATA_720789
51 select ARM_ERRATA_753970
52 select ARM_GIC
53 select ARMADA_38X_CLK
54 select CPU_V7
46 select MACH_MVEBU_V7
47 select PINCTRL_ARMADA_375
48 help
49 Say 'Y' here if you want your kernel to support boards based
50 on the Marvell Armada 375 SoC with device tree.
51
52config MACH_ARMADA_38X
53 bool "Marvell Armada 380/385 boards" if ARCH_MULTI_V7
54 select ARM_ERRATA_720789
55 select ARM_ERRATA_753970
56 select ARM_GIC
57 select ARMADA_38X_CLK
58 select CPU_V7
59 select HAVE_ARM_SCU
60 select HAVE_ARM_TWD
61 select HAVE_SMP
55 select MACH_MVEBU_V7
56 select PINCTRL_ARMADA_38X
57 help
58 Say 'Y' here if you want your kernel to support boards based
59 on the Marvell Armada 380/385 SoC with device tree.
60
61config MACH_ARMADA_XP
62 bool "Marvell Armada XP boards" if ARCH_MULTI_V7

--- 47 unchanged lines hidden ---
62 select MACH_MVEBU_V7
63 select PINCTRL_ARMADA_38X
64 help
65 Say 'Y' here if you want your kernel to support boards based
66 on the Marvell Armada 380/385 SoC with device tree.
67
68config MACH_ARMADA_XP
69 bool "Marvell Armada XP boards" if ARCH_MULTI_V7

--- 47 unchanged lines hidden ---