summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKeith Packard2008-11-03 18:21:45 +0100
committerIngo Molnar2008-11-03 18:21:45 +0100
commite5beae16901795223d677f15aa2fe192976278ee (patch)
treeda0879ee11a79beda5e95aa3c541ea6ff5322a53 /arch/x86/Kconfig
parentio mapping: improve documentation (diff)
downloadkernel-qcow2-linux-e5beae16901795223d677f15aa2fe192976278ee.tar.gz
kernel-qcow2-linux-e5beae16901795223d677f15aa2fe192976278ee.tar.xz
kernel-qcow2-linux-e5beae16901795223d677f15aa2fe192976278ee.zip
io mapping: clean up #ifdefs
Impact: cleanup clean up ifdefs: change #ifdef CONFIG_X86_32/64 to CONFIG_HAVE_ATOMIC_IOMAP. flip around the #ifdef sections to clean up the structure. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6f20718d3156..e60c59b81bdd 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1894,6 +1894,10 @@ config SYSVIPC_COMPAT
endmenu
+config HAVE_ATOMIC_IOMAP
+ def_bool y
+ depends on X86_32
+
source "net/Kconfig"
source "drivers/Kconfig"