diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-15 17:30:43 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 21:44:31 +0100 |
commit | 377524dc4d77f50e19392d619f531cc3c9435d1b (patch) | |
tree | fad638c69ec04ebefe07af9ed6ad95c0dd5fb918 /arch/arm/Kconfig | |
parent | ARM: mmp: make all header files local (diff) | |
download | linux-377524dc4d77f50e19392d619f531cc3c9435d1b.tar.xz linux-377524dc4d77f50e19392d619f531cc3c9435d1b.zip |
ARM: mmp: move into ARCH_MULTIPLATFORM
With all dependencies taken care of, this enables building
the Marvell mmp platform as part of ARCH_MULTIPLATFORM, along
with other ARMv5 and ARMv7 platforms.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 34e1569a11ee..af149b4fa75e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -546,22 +546,6 @@ config ARCH_ORION5X Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), Orion-2 (5281), Orion-1-90 (6183). -config ARCH_MMP - bool "Marvell PXA168/910/MMP2" - depends on MMU - select ARCH_REQUIRE_GPIOLIB - select CLKDEV_LOOKUP - select GENERIC_ALLOCATOR - select GENERIC_CLOCKEVENTS - select GPIO_PXA - select IRQ_DOMAIN - select MULTI_IRQ_HANDLER - select PINCTRL - select PLAT_PXA - select SPARSE_IRQ - help - Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line. - config ARCH_KS8695 bool "Micrel/Kendin KS8695" select ARCH_REQUIRE_GPIOLIB |