diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index b2be8e8cb5c7..bedc62b44aa6 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -794,7 +794,7 @@ config HAS_RAPIDIO | |||
794 | default n | 794 | default n |
795 | 795 | ||
796 | config RAPIDIO | 796 | config RAPIDIO |
797 | bool "RapidIO support" | 797 | tristate "RapidIO support" |
798 | depends on HAS_RAPIDIO || PCI | 798 | depends on HAS_RAPIDIO || PCI |
799 | help | 799 | help |
800 | If you say Y here, the kernel will include drivers and | 800 | If you say Y here, the kernel will include drivers and |
@@ -802,7 +802,7 @@ config RAPIDIO | |||
802 | 802 | ||
803 | config FSL_RIO | 803 | config FSL_RIO |
804 | bool "Freescale Embedded SRIO Controller support" | 804 | bool "Freescale Embedded SRIO Controller support" |
805 | depends on RAPIDIO && HAS_RAPIDIO | 805 | depends on RAPIDIO = y && HAS_RAPIDIO |
806 | default "n" | 806 | default "n" |
807 | ---help--- | 807 | ---help--- |
808 | Include support for RapidIO controller on Freescale embedded | 808 | Include support for RapidIO controller on Freescale embedded |