diff options
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 3d74801a4015..56a4df952fb0 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -70,10 +70,6 @@ config GENERIC_ISA_DMA | |||
70 | bool | 70 | bool |
71 | default y | 71 | default y |
72 | 72 | ||
73 | config GENERIC_IOMAP | ||
74 | bool | ||
75 | default n | ||
76 | |||
77 | source "init/Kconfig" | 73 | source "init/Kconfig" |
78 | source "kernel/Kconfig.freezer" | 74 | source "kernel/Kconfig.freezer" |
79 | 75 | ||
@@ -319,6 +315,7 @@ config ISA_DMA_API | |||
319 | config PCI | 315 | config PCI |
320 | bool | 316 | bool |
321 | depends on !ALPHA_JENSEN | 317 | depends on !ALPHA_JENSEN |
318 | select GENERIC_PCI_IOMAP | ||
322 | default y | 319 | default y |
323 | help | 320 | help |
324 | Find out whether you have a PCI motherboard. PCI is the name of a | 321 | Find out whether you have a PCI motherboard. PCI is the name of a |