diff options
author | Tom 'spot' Callaway <tcallawa@redhat.com> | 2005-10-06 22:14:59 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-10-06 22:14:59 -0700 |
commit | eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a (patch) | |
tree | 9f8ee55b513e84c23d67b917d0d9a9aa7cac2a19 /arch/sparc | |
parent | 2256c13b992b09f1f9563c26457aa048da2865df (diff) | |
download | op-kernel-dev-eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a.zip op-kernel-dev-eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a.tar.gz |
[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')
-rw-r--r-- | arch/sparc/Kconfig | 4 | ||||
-rw-r--r-- | arch/sparc/defconfig | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6537445..f7c51b8 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" diff --git a/arch/sparc/defconfig b/arch/sparc/defconfig index a698562..8a3aef1e 100644 --- a/arch/sparc/defconfig +++ b/arch/sparc/defconfig @@ -5,6 +5,7 @@ CONFIG_MMU=y CONFIG_UID16=y CONFIG_HIGHMEM=y CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_IOMAP=y # # Code maturity level options |