diff options
author | Barry Song <Baohua.Song@csr.com> | 2012-08-23 13:41:58 +0800 |
---|---|---|
committer | Barry Song <Barry.Song@csr.com> | 2012-08-28 17:06:10 +0800 |
commit | 156a09979710f260f4482961869d6260148341e9 (patch) | |
tree | dd29f4ae1fc064110a953d1dfd0d65635f07c608 /arch/arm/Kconfig | |
parent | d0ec63f852f8e5171ad5f6728599560393daced6 (diff) | |
download | talos-obmc-linux-156a09979710f260f4482961869d6260148341e9.tar.gz talos-obmc-linux-156a09979710f260f4482961869d6260148341e9.zip |
ARM: PRIMA2: adjust Kconfig to support select SoC features
Now we have primaII, but will include Marco and Polo in mach-prima2
as well. We add Kconfig menu so that we can select necessary SoC
features.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fb6014868d33..2c1ca9fb1df1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -407,9 +407,8 @@ config ARCH_GEMINI help Support for the Cortina Systems Gemini family SoCs -config ARCH_PRIMA2 - bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" - select CPU_V7 +config ARCH_SIRF + bool "CSR SiRF" select NO_IOPORT select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS @@ -419,9 +418,8 @@ config ARCH_PRIMA2 select PINCTRL select PINCTRL_SIRF select USE_OF - select ZONE_DMA help - Support for CSR SiRFSoC ARM Cortex A9 Platform + Support for CSR SiRFprimaII/Marco/Polo platforms config ARCH_EBSA110 bool "EBSA-110" @@ -1118,6 +1116,8 @@ source "arch/arm/mach-exynos/Kconfig" source "arch/arm/mach-shmobile/Kconfig" +source "arch/arm/mach-prima2/Kconfig" + source "arch/arm/mach-tegra/Kconfig" source "arch/arm/mach-u300/Kconfig" |