aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3849887157e7..bf7273f3dc64 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -573,6 +573,7 @@ config ARCH_TEGRA
573 select HAVE_CLK 573 select HAVE_CLK
574 select COMMON_CLKDEV 574 select COMMON_CLKDEV
575 select ARCH_HAS_BARRIERS if CACHE_L2X0 575 select ARCH_HAS_BARRIERS if CACHE_L2X0
576 select ARCH_HAS_CPUFREQ
576 help 577 help
577 This enables support for NVIDIA Tegra based systems (Tegra APX, 578 This enables support for NVIDIA Tegra based systems (Tegra APX,
578 Tegra 6xx and Tegra 2 series). 579 Tegra 6xx and Tegra 2 series).
@@ -831,7 +832,7 @@ config ARCH_OMAP
831 select GENERIC_CLOCKEVENTS 832 select GENERIC_CLOCKEVENTS
832 select ARCH_HAS_HOLES_MEMORYMODEL 833 select ARCH_HAS_HOLES_MEMORYMODEL
833 help 834 help
834 Support for TI's OMAP platform (OMAP1 and OMAP2). 835 Support for TI's OMAP platform (OMAP1/2/3/4).
835 836
836config PLAT_SPEAR 837config PLAT_SPEAR
837 bool "ST SPEAr" 838 bool "ST SPEAr"
@@ -1222,7 +1223,7 @@ config SMP
1222 1223
1223 See also <file:Documentation/i386/IO-APIC.txt>, 1224 See also <file:Documentation/i386/IO-APIC.txt>,
1224 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at 1225 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
1225 <http://www.linuxdoc.org/docs.html#howto>. 1226 <http://tldp.org/HOWTO/SMP-HOWTO.html>.
1226 1227
1227 If you don't know what to do here, say N. 1228 If you don't know what to do here, say N.
1228 1229