[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>

authored by Tom 'spot' Callaway and committed by David S. Miller eb98129e 2256c13b

+5
+4
arch/sparc/Kconfig
··· 21 21 bool 22 22 default y 23 23 24 + config GENERIC_IOMAP 25 + bool 26 + default y 27 + 24 28 source "init/Kconfig" 25 29 26 30 menu "General machine setup"
+1
arch/sparc/defconfig
··· 5 5 CONFIG_UID16=y 6 6 CONFIG_HIGHMEM=y 7 7 CONFIG_GENERIC_ISA_DMA=y 8 + CONFIG_GENERIC_IOMAP=y 8 9 9 10 # 10 11 # Code maturity level options