diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
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 | ||
193 | source "init/Kconfig" | 193 | source "init/Kconfig" |
194 | 194 | ||
195 | source "kernel/Kconfig.freezer" | ||
196 | |||
195 | menu "System Type" | 197 | menu "System Type" |
196 | 198 | ||
197 | choice | 199 | choice |
@@ -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 | ||