diff options
author | Zhang Wei <wei.zhang@freescale.com> | 2008-04-18 16:33:39 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-29 05:40:27 -0400 |
commit | f1f389d558d3884be565f152e9dd756e57b23d50 (patch) | |
tree | 6e5afa5ee03055c7b85f43b14aacb114be9ce71d /arch | |
parent | d02443a6f89dbd7ff868db30ad18f90bb633f716 (diff) |
[RAPIDIO] Add RapidIO option to kernel configuration
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 13 | ||||
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 4e40c122bf26..3934e2659407 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -608,6 +608,19 @@ source "drivers/pcmcia/Kconfig" | |||
608 | 608 | ||
609 | source "drivers/pci/hotplug/Kconfig" | 609 | source "drivers/pci/hotplug/Kconfig" |
610 | 610 | ||
611 | config HAS_RAPIDIO | ||
612 | bool | ||
613 | default n | ||
614 | |||
615 | config RAPIDIO | ||
616 | bool "RapidIO support" | ||
617 | depends on HAS_RAPIDIO | ||
618 | help | ||
619 | If you say Y here, the kernel will include drivers and | ||
620 | infrastructure code to support RapidIO interconnect devices. | ||
621 | |||
622 | source "drivers/rapidio/Kconfig" | ||
623 | |||
611 | endmenu | 624 | endmenu |
612 | 625 | ||
613 | menu "Advanced setup" | 626 | menu "Advanced setup" |
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 7442c58d44f5..053f49a1dcae 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig | |||
@@ -8,6 +8,7 @@ config MPC8641_HPCN | |||
8 | select PPC_I8259 | 8 | select PPC_I8259 |
9 | select DEFAULT_UIMAGE | 9 | select DEFAULT_UIMAGE |
10 | select FSL_ULI1575 | 10 | select FSL_ULI1575 |
11 | select HAS_RAPIDIO | ||
11 | help | 12 | help |
12 | This option enables support for the MPC8641 HPCN board. | 13 | This option enables support for the MPC8641 HPCN board. |
13 | 14 | ||