aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r--arch/m68k/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 81fdaa72c540..99c363617f27 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -37,9 +37,6 @@ config GENERIC_CALIBRATE_DELAY
37 bool 37 bool
38 default y 38 default y
39 39
40config GENERIC_IOMAP
41 def_bool MMU
42
43config GENERIC_CSUM 40config GENERIC_CSUM
44 bool 41 bool
45 42
@@ -81,6 +78,7 @@ source "kernel/Kconfig.freezer"
81config MMU 78config MMU
82 bool "MMU-based Paged Memory Management Support" 79 bool "MMU-based Paged Memory Management Support"
83 default y 80 default y
81 select GENERIC_IOMAP
84 help 82 help
85 Select if you want MMU-based virtualised addressing space 83 Select if you want MMU-based virtualised addressing space
86 support by paged memory management. If unsure, say 'Y'. 84 support by paged memory management. If unsure, say 'Y'.