aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-19 11:18:46 -0400
committerArnd Bergmann <arnd@arndb.de>2013-04-19 11:18:46 -0400
commitdc9c220304c882f06aaadf427821c6388782aab8 (patch)
tree85aa7974e312a09bd3cc0b0bcca79091c0cce17a /arch/arm/Kconfig
parent5ed3ebe3be1aa2afef203c40f11e732f0f343fb9 (diff)
parente7b64391baff6969adeb7b0152c0317a9398fdda (diff)
Merge branch 'next/spring-cleaning' into next/cleanup
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5c762383b08b..f0a579e8c16c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -410,6 +410,7 @@ config ARCH_GEMINI
410 bool "Cortina Systems Gemini" 410 bool "Cortina Systems Gemini"
411 select ARCH_REQUIRE_GPIOLIB 411 select ARCH_REQUIRE_GPIOLIB
412 select ARCH_USES_GETTIMEOFFSET 412 select ARCH_USES_GETTIMEOFFSET
413 select NEED_MACH_GPIO_H
413 select CPU_FA526 414 select CPU_FA526
414 help 415 help
415 Support for the Cortina Systems Gemini family SoCs 416 Support for the Cortina Systems Gemini family SoCs
@@ -494,14 +495,6 @@ config ARCH_NETX
494 help 495 help
495 This enables support for systems based on the Hilscher NetX Soc 496 This enables support for systems based on the Hilscher NetX Soc
496 497
497config ARCH_H720X
498 bool "Hynix HMS720x-based"
499 select ARCH_USES_GETTIMEOFFSET
500 select CPU_ARM720T
501 select ISA_DMA_API
502 help
503 This enables support for systems based on the Hynix HMS720x
504
505config ARCH_IOP13XX 498config ARCH_IOP13XX
506 bool "IOP13xx-based" 499 bool "IOP13xx-based"
507 depends on MMU 500 depends on MMU
@@ -1053,8 +1046,6 @@ source "arch/arm/mach-footbridge/Kconfig"
1053 1046
1054source "arch/arm/mach-gemini/Kconfig" 1047source "arch/arm/mach-gemini/Kconfig"
1055 1048
1056source "arch/arm/mach-h720x/Kconfig"
1057
1058source "arch/arm/mach-highbank/Kconfig" 1049source "arch/arm/mach-highbank/Kconfig"
1059 1050
1060source "arch/arm/mach-integrator/Kconfig" 1051source "arch/arm/mach-integrator/Kconfig"