aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorHeiko J Schick <schihei@de.ibm.com>2005-11-16 02:56:43 -0500
committerPaul Mackerras <paulus@samba.org>2006-01-08 22:49:06 -0500
commitd7a301033f1990188f65abf4fe8e5b90ef0e3888 (patch)
tree5df64f9e06049e6006e6a124dc6fa4953d6e42b9 /arch/powerpc/Kconfig
parent401d1f029bebb7153ca704997772113dc36d9527 (diff)
[PATCH] powerpc: IBMEBUS bus support
This patch adds the necessary core bus support used by device drivers that sit on the IBM GX bus on modern pSeries machines like the Galaxy infiniband for example. It provide transparent DMA ops (the low level driver works with virtual addresses directly) along with a simple bus layer using the Open Firmware matching routines. Signed-off-by: Heiko J Schick <schickhj@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index db93dbc0e21a..4d71aa3ecbb5 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -384,6 +384,13 @@ config IBMVIO
384 bool 384 bool
385 default y 385 default y
386 386
387config IBMEBUS
388 depends on PPC_PSERIES
389 bool "Support for GX bus based adapters"
390 default y
391 help
392 Bus device driver for GX bus based adapters.
393
387config PPC_MPC106 394config PPC_MPC106
388 bool 395 bool
389 default n 396 default n