aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e1521f32e554..f504c801792f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -192,6 +192,8 @@ config VECTORS_BASE
192 192
193source "init/Kconfig" 193source "init/Kconfig"
194 194
195source "kernel/Kconfig.freezer"
196
195menu "System Type" 197menu "System Type"
196 198
197choice 199choice
@@ -354,7 +356,7 @@ config ARCH_IXP4XX
354 select GENERIC_GPIO 356 select GENERIC_GPIO
355 select GENERIC_TIME 357 select GENERIC_TIME
356 select GENERIC_CLOCKEVENTS 358 select GENERIC_CLOCKEVENTS
357 select ZONE_DMA if PCI 359 select DMABOUNCE if PCI
358 help 360 help
359 Support for Intel's IXP4XX (XScale) family of processors. 361 Support for Intel's IXP4XX (XScale) family of processors.
360 362