diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 12:32:59 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 12:34:57 -0400 |
commit | 15bc1fe67f66644c8093cc2d3304217d1c7de797 (patch) | |
tree | bf7cce158e34650f8563d2f35f2ec70cafe58e78 /arch/arm/Kconfig | |
parent | 29c9b7be7574c486534a79c45982ede00f6a25a9 (diff) |
ARM: cns3xxx: enable multiplatform support
This moves the cns3xxx configuration option inside of ARCH_MULTIPLATFORM,
since there is no reason for not doing it now. We can then also remove
the three header files that become obsolete.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8bad33e4f2bd..78ffcc62ae93 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -382,18 +382,6 @@ config ARCH_BCM2835 | |||
382 | This enables support for the Broadcom BCM2835 SoC. This SoC is | 382 | This enables support for the Broadcom BCM2835 SoC. This SoC is |
383 | use in the Raspberry Pi, and Roku 2 devices. | 383 | use in the Raspberry Pi, and Roku 2 devices. |
384 | 384 | ||
385 | config ARCH_CNS3XXX | ||
386 | bool "Cavium Networks CNS3XXX family" | ||
387 | select ARM_GIC | ||
388 | select CPU_V6K | ||
389 | select GENERIC_CLOCKEVENTS | ||
390 | select MIGHT_HAVE_CACHE_L2X0 | ||
391 | select MIGHT_HAVE_PCI | ||
392 | select PCI_DOMAINS if PCI | ||
393 | select SPARSE_IRQ | ||
394 | help | ||
395 | Support for Cavium Networks CNS3XXX platform. | ||
396 | |||
397 | config ARCH_CLPS711X | 385 | config ARCH_CLPS711X |
398 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" | 386 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" |
399 | select ARCH_REQUIRE_GPIOLIB | 387 | select ARCH_REQUIRE_GPIOLIB |