diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 17:32:59 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 17:34:57 +0100 |
commit | 15bc1fe67f66644c8093cc2d3304217d1c7de797 (patch) | |
tree | bf7cce158e34650f8563d2f35f2ec70cafe58e78 /arch/arm/mach-cns3xxx/Kconfig | |
parent | 29c9b7be7574c486534a79c45982ede00f6a25a9 (diff) | |
download | linux-3.10-15bc1fe67f66644c8093cc2d3304217d1c7de797.tar.gz linux-3.10-15bc1fe67f66644c8093cc2d3304217d1c7de797.tar.bz2 linux-3.10-15bc1fe67f66644c8093cc2d3304217d1c7de797.zip |
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/mach-cns3xxx/Kconfig')
-rw-r--r-- | arch/arm/mach-cns3xxx/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/Kconfig b/arch/arm/mach-cns3xxx/Kconfig index 9ebfcc46feb..5720f3df1af 100644 --- a/arch/arm/mach-cns3xxx/Kconfig +++ b/arch/arm/mach-cns3xxx/Kconfig @@ -1,3 +1,14 @@ +config ARCH_CNS3XXX + bool "Cavium Networks CNS3XXX family" if ARCH_MULTI_V6 + select ARM_GIC + select CPU_V6K + select GENERIC_CLOCKEVENTS + select MIGHT_HAVE_CACHE_L2X0 + select MIGHT_HAVE_PCI + select PCI_DOMAINS if PCI + help + Support for Cavium Networks CNS3XXX platform. + menu "CNS3XXX platform type" depends on ARCH_CNS3XXX |