diff options
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 114b90fdea24..8fa51b0a32d2 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -746,6 +746,16 @@ config MPC834x | |||
746 | bool | 746 | bool |
747 | default y if MPC834x_SYS | 747 | default y if MPC834x_SYS |
748 | 748 | ||
749 | config CPM1 | ||
750 | bool | ||
751 | depends on 8xx | ||
752 | default y | ||
753 | help | ||
754 | The CPM1 (Communications Processor Module) is a coprocessor on | ||
755 | embedded CPUs made by Motorola. Selecting this option means that | ||
756 | you wish to build a kernel for a machine with a CPM1 coprocessor | ||
757 | on it (8xx, 827x, 8560). | ||
758 | |||
749 | config CPM2 | 759 | config CPM2 |
750 | bool | 760 | bool |
751 | depends on 8260 || MPC8560 || MPC8555 | 761 | depends on 8260 || MPC8560 || MPC8555 |
@@ -1247,6 +1257,14 @@ source "drivers/pci/Kconfig" | |||
1247 | 1257 | ||
1248 | source "drivers/pcmcia/Kconfig" | 1258 | source "drivers/pcmcia/Kconfig" |
1249 | 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 | |||
1250 | endmenu | 1268 | endmenu |
1251 | 1269 | ||
1252 | menu "Advanced setup" | 1270 | menu "Advanced setup" |