Source
1
1
#
2
2
# RapidIO configuration
3
3
#
4
+
5
+
config HAVE_RAPIDIO
6
+
bool
7
+
8
+
menuconfig RAPIDIO
9
+
tristate "RapidIO support"
10
+
depends on HAVE_RAPIDIO || PCI
11
+
help
12
+
If you say Y here, the kernel will include drivers and
13
+
infrastructure code to support RapidIO interconnect devices.
14
+
4
15
source "drivers/rapidio/devices/Kconfig"
5
16
6
17
config RAPIDIO_DISC_TIMEOUT
7
18
int "Discovery timeout duration (seconds)"
8
19
depends on RAPIDIO
9
20
default "30"
10
21
---help---
11
22
Amount of time a discovery node waits for a host to complete
12
23
enumeration before giving up.
13
24