aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index fbcc00c6c06e..603d83ad65c8 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -21,6 +21,9 @@ config GENERIC_ISA_DMA
21 bool 21 bool
22 default y 22 default y
23 23
24config ARCH_NO_VIRT_TO_BUS
25 def_bool y
26
24source "init/Kconfig" 27source "init/Kconfig"
25 28
26menu "General machine setup" 29menu "General machine setup"
@@ -210,10 +213,16 @@ config PCI
210 CP-1200, JavaEngine-1, Corona, Red October, and Serengeti SGSC. 213 CP-1200, JavaEngine-1, Corona, Red October, and Serengeti SGSC.
211 All of these platforms are extremely obscure, so say N if unsure. 214 All of these platforms are extremely obscure, so say N if unsure.
212 215
216config PCI_SYSCALL
217 def_bool PCI
218
213source "drivers/pci/Kconfig" 219source "drivers/pci/Kconfig"
214 220
215endif 221endif
216 222
223config NO_DMA
224 def_bool !PCI
225
217config SUN_OPENPROMFS 226config SUN_OPENPROMFS
218 tristate "Openprom tree appears in /proc/openprom" 227 tristate "Openprom tree appears in /proc/openprom"
219 help 228 help