aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
diff options
context:
space:
mode:
authorGravatar Michael S. Tsirkin <mst@redhat.com> 2011-11-24 14:54:28 +0200
committerGravatar Michael S. Tsirkin <mst@redhat.com> 2011-11-24 22:21:19 +0200
commit4673ca8eb3690832e76371371955a8b02e1f59d4 (patch)
tree2d70b7ec1e33a35b9363c3a3cf986cd583c6f6e0 /arch/alpha
parentLinux 3.2-rc3 (diff)
downloadlinux-4673ca8eb3690832e76371371955a8b02e1f59d4.tar.gz
linux-4673ca8eb3690832e76371371955a8b02e1f59d4.tar.bz2
linux-4673ca8eb3690832e76371371955a8b02e1f59d4.zip
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/alpha')
-rw-r--r--arch/alpha/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 3d74801a4015..3636b11ddff0 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -70,10 +70,6 @@ config GENERIC_ISA_DMA
bool
default y
-config GENERIC_IOMAP
- bool
- default n
-
source "init/Kconfig"
source "kernel/Kconfig.freezer"