diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-05 00:05:19 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-05 00:05:19 -0400 |
commit | 242521e90e3f0a7660699761f7b42f0deaa8ea15 (patch) | |
tree | 14078c1cf39a7506b9f760018181c2b67ffa7f44 /arch/arm/Kconfig | |
parent | 3fbb96d275989c604b343b9e39aeea50386756e9 (diff) | |
parent | c1e3c1196be37acaea95803043bc1055ea5131ac (diff) |
Merge branch 'marco-prepare' of git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel into next/cleanup
* 'marco-prepare' of git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel:
ARM: SIRF: make sirf irqchip driver optional since new SoCs will have GIC
ARM: PRIMA2: adjust Kconfig to support select SoC features
ARM: PRIMA2: use DT_MACHINE_START and convert to generic board
clk: prima2: move from arch/arm/mach to drivers/clk
ARM: PRIMA2: convert to common clk and finish full clk tree
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 24d955c21d35..5f6928565324 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -405,21 +405,19 @@ config ARCH_GEMINI | |||
405 | help | 405 | help |
406 | Support for the Cortina Systems Gemini family SoCs | 406 | Support for the Cortina Systems Gemini family SoCs |
407 | 407 | ||
408 | config ARCH_PRIMA2 | 408 | config ARCH_SIRF |
409 | bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" | 409 | bool "CSR SiRF" |
410 | select CPU_V7 | ||
411 | select NO_IOPORT | 410 | select NO_IOPORT |
412 | select ARCH_REQUIRE_GPIOLIB | 411 | select ARCH_REQUIRE_GPIOLIB |
413 | select GENERIC_CLOCKEVENTS | 412 | select GENERIC_CLOCKEVENTS |
414 | select CLKDEV_LOOKUP | 413 | select COMMON_CLK |
415 | select GENERIC_IRQ_CHIP | 414 | select GENERIC_IRQ_CHIP |
416 | select MIGHT_HAVE_CACHE_L2X0 | 415 | select MIGHT_HAVE_CACHE_L2X0 |
417 | select PINCTRL | 416 | select PINCTRL |
418 | select PINCTRL_SIRF | 417 | select PINCTRL_SIRF |
419 | select USE_OF | 418 | select USE_OF |
420 | select ZONE_DMA | ||
421 | help | 419 | help |
422 | Support for CSR SiRFSoC ARM Cortex A9 Platform | 420 | Support for CSR SiRFprimaII/Marco/Polo platforms |
423 | 421 | ||
424 | config ARCH_EBSA110 | 422 | config ARCH_EBSA110 |
425 | bool "EBSA-110" | 423 | bool "EBSA-110" |
@@ -1108,6 +1106,8 @@ source "arch/arm/mach-exynos/Kconfig" | |||
1108 | 1106 | ||
1109 | source "arch/arm/mach-shmobile/Kconfig" | 1107 | source "arch/arm/mach-shmobile/Kconfig" |
1110 | 1108 | ||
1109 | source "arch/arm/mach-prima2/Kconfig" | ||
1110 | |||
1111 | source "arch/arm/mach-tegra/Kconfig" | 1111 | source "arch/arm/mach-tegra/Kconfig" |
1112 | 1112 | ||
1113 | source "arch/arm/mach-u300/Kconfig" | 1113 | source "arch/arm/mach-u300/Kconfig" |