Skip to content

Commit

Permalink
[SPARC32]: Enable generic IOMAP.
Browse files Browse the repository at this point in the history
This helps some PCI stuff build.

Signed-off-by: Tom 'spot' Callaway <tcallawa@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Tom 'spot' Callaway authored and David S. Miller committed Oct 7, 2005
1 parent 2256c13 commit eb98129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ config GENERIC_ISA_DMA
bool
default y

config GENERIC_IOMAP
bool
default y

source "init/Kconfig"

menu "General machine setup"
Expand Down
1 change: 1 addition & 0 deletions arch/sparc/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb98129

Please sign in to comment.