From: Tom 'spot' Callaway Date: Fri, 7 Oct 2005 05:14:59 +0000 (-0700) Subject: [SPARC32]: Enable generic IOMAP. X-Git-Tag: v2.6.14-rc4~28^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a;p=thirdparty%2Fkernel%2Flinux.git [SPARC32]: Enable generic IOMAP. This helps some PCI stuff build. Signed-off-by: Tom 'spot' Callaway Signed-off-by: David S. Miller --- diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6537445dac0e8..f7c51b869049b 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 a69856263009f..8a3aef1e22f51 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