diff options
author | Matt Porter <mporter@kernel.crashing.org> | 2005-11-07 04:00:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:47 -0500 |
commit | 2b0c28d7f8846f80a436093e906f5175d1fa8f55 (patch) | |
tree | ce704dd11d562b2f5473b896153e0263e9d3906b /arch/ppc/Kconfig | |
parent | fa78cc51794912b7e6ee98cd823fcc84cf79d04a (diff) |
[PATCH] RapidIO support: ppc32
Adds PPC32 RIO support. Init code for the MPC85xx RIO ports and glue for the
STx GP3 board to use it.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index f8db33d55275..8fa51b0a32d2 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -1257,6 +1257,14 @@ source "drivers/pci/Kconfig" | |||
1257 | 1257 | ||
1258 | source "drivers/pcmcia/Kconfig" | 1258 | source "drivers/pcmcia/Kconfig" |
1259 | 1259 | ||
1260 | config RAPIDIO | ||
1261 | bool "RapidIO support" if MPC8540 || MPC8560 | ||
1262 | help | ||
1263 | If you say Y here, the kernel will include drivers and | ||
1264 | infrastructure code to support RapidIO interconnect devices. | ||
1265 | |||
1266 | source "drivers/rapidio/Kconfig" | ||
1267 | |||
1260 | endmenu | 1268 | endmenu |
1261 | 1269 | ||
1262 | menu "Advanced setup" | 1270 | menu "Advanced setup" |