diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 07:54:28 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 15:21:19 -0500 |
commit | 4673ca8eb3690832e76371371955a8b02e1f59d4 (patch) | |
tree | 2d70b7ec1e33a35b9363c3a3cf986cd583c6f6e0 /arch/m68k/Kconfig | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
lib: move GENERIC_IOMAP to lib/Kconfig
define GENERIC_IOMAP in a central location
instead of all architectures. This will be helpful
for the follow-up patch which makes it select
other configs. Code is also a bit shorter this way.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 361d54019bb0..973e68614f28 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -38,9 +38,6 @@ config GENERIC_CALIBRATE_DELAY | |||
38 | bool | 38 | bool |
39 | default y | 39 | default y |
40 | 40 | ||
41 | config GENERIC_IOMAP | ||
42 | def_bool MMU | ||
43 | |||
44 | config TIME_LOW_RES | 41 | config TIME_LOW_RES |
45 | bool | 42 | bool |
46 | default y | 43 | default y |
@@ -73,6 +70,7 @@ source "kernel/Kconfig.freezer" | |||
73 | config MMU | 70 | config MMU |
74 | bool "MMU-based Paged Memory Management Support" | 71 | bool "MMU-based Paged Memory Management Support" |
75 | default y | 72 | default y |
73 | select GENERIC_IOMAP | ||
76 | help | 74 | help |
77 | Select if you want MMU-based virtualised addressing space | 75 | Select if you want MMU-based virtualised addressing space |
78 | support by paged memory management. If unsure, say 'Y'. | 76 | support by paged memory management. If unsure, say 'Y'. |