summaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorTom 'spot' Callaway <tcallawa@redhat.com>2005-10-07 07:14:59 +0200
committerDavid S. Miller <davem@davemloft.net>2005-10-07 07:14:59 +0200
commiteb98129eec7fa605f0407dfd92d40ee8ddf5cd9a (patch)
tree9f8ee55b513e84c23d67b917d0d9a9aa7cac2a19 /arch/sparc/Kconfig
parent[SPARC64]: Probe for power device on ISA bus too. (diff)
downloadlinux-eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a.tar.xz
linux-eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a.zip
[SPARC32]: Enable generic IOMAP.
This helps some PCI stuff build. Signed-off-by: Tom 'spot' Callaway <tcallawa@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 6537445dac0e..f7c51b869049 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -21,6 +21,10 @@ config GENERIC_ISA_DMA
bool
default y
+config GENERIC_IOMAP
+ bool
+ default y
+
source "init/Kconfig"
menu "General machine setup"