| Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 1 | # | 
 | 2 | # RapidIO configuration | 
 | 3 | # | 
 | 4 | config RAPIDIO_8_BIT_TRANSPORT | 
 | 5 | 	bool "8-bit transport addressing" | 
 | 6 | 	depends on RAPIDIO | 
 | 7 | 	---help--- | 
 | 8 | 	  By default, the kernel assumes a 16-bit addressed RapidIO | 
 | 9 | 	  network. By selecting this option, the kernel will support | 
 | 10 | 	  an 8-bit addressed network. | 
 | 11 |  | 
 | 12 | config RAPIDIO_DISC_TIMEOUT | 
 | 13 | 	int "Discovery timeout duration (seconds)" | 
 | 14 | 	depends on RAPIDIO | 
 | 15 | 	default "30" | 
 | 16 | 	---help--- | 
 | 17 | 	  Amount of time a discovery node waits for a host to complete | 
| Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 18 | 	  enumeration before giving up. |