Skip to content

Commit

Permalink
ARM: cns3xxx: enable multiplatform support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Mar 14, 2013
1 parent 29c9b7b commit 15bc1fe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 77 deletions.
12 changes: 0 additions & 12 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -382,18 +382,6 @@ config ARCH_BCM2835
This enables support for the Broadcom BCM2835 SoC. This SoC is
use in the Raspberry Pi, and Roku 2 devices.

config ARCH_CNS3XXX
bool "Cavium Networks CNS3XXX family"
select ARM_GIC
select CPU_V6K
select GENERIC_CLOCKEVENTS
select MIGHT_HAVE_CACHE_L2X0
select MIGHT_HAVE_PCI
select PCI_DOMAINS if PCI
select SPARSE_IRQ
help
Support for Cavium Networks CNS3XXX platform.

config ARCH_CLPS711X
bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
select ARCH_REQUIRE_GPIOLIB
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/configs/cns3420vb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_BLK_DEV_BSG is not set
CONFIG_IOSCHED_CFQ=m
CONFIG_ARCH_MULTI_V6=y
#CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_CNS3XXX=y
CONFIG_MACH_CNS3420VB=y
CONFIG_DEBUG_CNS3XXX=y
Expand Down
11 changes: 11 additions & 0 deletions arch/arm/mach-cns3xxx/Kconfig
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 0 additions & 12 deletions arch/arm/mach-cns3xxx/include/mach/timex.h

This file was deleted.

53 changes: 0 additions & 53 deletions arch/arm/mach-cns3xxx/include/mach/uncompress.h

This file was deleted.

0 comments on commit 15bc1fe

Please sign in to comment.