diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 12:45:37 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 07:29:42 -0400 |
commit | cf82e0e40525d3525445ada6569525cc44aad46f (patch) | |
tree | 4b6042576fc138698fddf22c9750265c3e98cb87 /arch/arm/Kconfig | |
parent | 275786b71d42bb54c03c15197128d7cb05d4dd8b (diff) |
ARM: sirf: enable multiplatform support
All the prerequisites are there now, so we can move sirf into multiplatform.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c674b32e9b15..1bcec6356ac0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -49,7 +49,6 @@ config ARM | |||
49 | select HAVE_REGS_AND_STACK_ACCESS_API | 49 | select HAVE_REGS_AND_STACK_ACCESS_API |
50 | select HAVE_SYSCALL_TRACEPOINTS | 50 | select HAVE_SYSCALL_TRACEPOINTS |
51 | select HAVE_UID16 | 51 | select HAVE_UID16 |
52 | select HAVE_VIRT_TO_BUS | ||
53 | select KTIME_SCALAR | 52 | select KTIME_SCALAR |
54 | select PERF_USE_VMALLOC | 53 | select PERF_USE_VMALLOC |
55 | select RTC_LIB | 54 | select RTC_LIB |
@@ -415,22 +414,6 @@ config ARCH_GEMINI | |||
415 | help | 414 | help |
416 | Support for the Cortina Systems Gemini family SoCs | 415 | Support for the Cortina Systems Gemini family SoCs |
417 | 416 | ||
418 | config ARCH_SIRF | ||
419 | bool "CSR SiRF" | ||
420 | select ARCH_REQUIRE_GPIOLIB | ||
421 | select AUTO_ZRELADDR | ||
422 | select COMMON_CLK | ||
423 | select GENERIC_CLOCKEVENTS | ||
424 | select GENERIC_IRQ_CHIP | ||
425 | select MIGHT_HAVE_CACHE_L2X0 | ||
426 | select NO_IOPORT | ||
427 | select PINCTRL | ||
428 | select PINCTRL_SIRF | ||
429 | select USE_OF | ||
430 | select SPARSE_IRQ | ||
431 | help | ||
432 | Support for CSR SiRFprimaII/Marco/Polo platforms | ||
433 | |||
434 | config ARCH_EBSA110 | 417 | config ARCH_EBSA110 |
435 | bool "EBSA-110" | 418 | bool "EBSA-110" |
436 | select ARCH_USES_GETTIMEOFFSET | 419 | select ARCH_USES_GETTIMEOFFSET |