diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/Kconfig | 9 | ||||
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index db274da7dba1..f521f2f60a78 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -66,15 +66,6 @@ config IA64_UNCACHED_ALLOCATOR | |||
66 | bool | 66 | bool |
67 | select GENERIC_ALLOCATOR | 67 | select GENERIC_ALLOCATOR |
68 | 68 | ||
69 | config DMA_IS_DMA32 | ||
70 | bool | ||
71 | default y | ||
72 | |||
73 | config DMA_IS_NORMAL | ||
74 | bool | ||
75 | depends on IA64_SGI_SN2 | ||
76 | default y | ||
77 | |||
78 | config AUDIT_ARCH | 69 | config AUDIT_ARCH |
79 | bool | 70 | bool |
80 | default y | 71 | default y |
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 6cd4878625f1..581ce9af0ec8 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -24,6 +24,10 @@ config X86 | |||
24 | bool | 24 | bool |
25 | default y | 25 | default y |
26 | 26 | ||
27 | config ZONE_DMA32 | ||
28 | bool | ||
29 | default y | ||
30 | |||
27 | config LOCKDEP_SUPPORT | 31 | config LOCKDEP_SUPPORT |
28 | bool | 32 | bool |
29 | default y | 33 | default y |