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/ia64/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/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 27489b6dd533..2732e1b0aa3d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -29,6 +29,7 @@ config IA64 | |||
29 | select GENERIC_IRQ_SHOW | 29 | select GENERIC_IRQ_SHOW |
30 | select ARCH_WANT_OPTIONAL_GPIOLIB | 30 | select ARCH_WANT_OPTIONAL_GPIOLIB |
31 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 31 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
32 | select GENERIC_IOMAP | ||
32 | default y | 33 | default y |
33 | help | 34 | help |
34 | The Itanium Processor Family is Intel's 64-bit successor to | 35 | The Itanium Processor Family is Intel's 64-bit successor to |
@@ -102,10 +103,6 @@ config EFI | |||
102 | bool | 103 | bool |
103 | default y | 104 | default y |
104 | 105 | ||
105 | config GENERIC_IOMAP | ||
106 | bool | ||
107 | default y | ||
108 | |||
109 | config ARCH_CLOCKSOURCE_DATA | 106 | config ARCH_CLOCKSOURCE_DATA |
110 | def_bool y | 107 | def_bool y |
111 | 108 | ||