|
@@ -794,7 +794,7 @@ config HAS_RAPIDIO
|
|
default n
|
|
default n
|
|
|
|
|
|
config RAPIDIO
|
|
config RAPIDIO
|
|
- bool "RapidIO support"
|
|
|
|
|
|
+ tristate "RapidIO support"
|
|
depends on HAS_RAPIDIO || PCI
|
|
depends on HAS_RAPIDIO || PCI
|
|
help
|
|
help
|
|
If you say Y here, the kernel will include drivers and
|
|
If you say Y here, the kernel will include drivers and
|
|
@@ -802,7 +802,7 @@ config RAPIDIO
|
|
|
|
|
|
config FSL_RIO
|
|
config FSL_RIO
|
|
bool "Freescale Embedded SRIO Controller support"
|
|
bool "Freescale Embedded SRIO Controller support"
|
|
- depends on RAPIDIO && HAS_RAPIDIO
|
|
|
|
|
|
+ depends on RAPIDIO = y && HAS_RAPIDIO
|
|
default "n"
|
|
default "n"
|
|
---help---
|
|
---help---
|
|
Include support for RapidIO controller on Freescale embedded
|
|
Include support for RapidIO controller on Freescale embedded
|