diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 170042b420d..e6246119932 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -112,6 +112,10 @@ config IA64_UNCACHED_ALLOCATOR | |||
112 | bool | 112 | bool |
113 | select GENERIC_ALLOCATOR | 113 | select GENERIC_ALLOCATOR |
114 | 114 | ||
115 | config ARCH_USES_PG_UNCACHED | ||
116 | def_bool y | ||
117 | depends on IA64_UNCACHED_ALLOCATOR | ||
118 | |||
115 | config AUDIT_ARCH | 119 | config AUDIT_ARCH |
116 | bool | 120 | bool |
117 | default y | 121 | default y |