diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 11:18:46 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 11:18:46 -0400 |
commit | dc9c220304c882f06aaadf427821c6388782aab8 (patch) | |
tree | 85aa7974e312a09bd3cc0b0bcca79091c0cce17a /arch/arm/Kconfig | |
parent | 5ed3ebe3be1aa2afef203c40f11e732f0f343fb9 (diff) | |
parent | e7b64391baff6969adeb7b0152c0317a9398fdda (diff) |
Merge branch 'next/spring-cleaning' into next/cleanup
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 11 |
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 | ||
497 | config 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 | |||
505 | config ARCH_IOP13XX | 498 | config 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 | ||
1054 | source "arch/arm/mach-gemini/Kconfig" | 1047 | source "arch/arm/mach-gemini/Kconfig" |
1055 | 1048 | ||
1056 | source "arch/arm/mach-h720x/Kconfig" | ||
1057 | |||
1058 | source "arch/arm/mach-highbank/Kconfig" | 1049 | source "arch/arm/mach-highbank/Kconfig" |
1059 | 1050 | ||
1060 | source "arch/arm/mach-integrator/Kconfig" | 1051 | source "arch/arm/mach-integrator/Kconfig" |