swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: e478bec0ba0a83a48a0f6982934b6de079e7e6b3 authored by Linus Torvalds on 20 September 2006, 03:42:06 UTC
Linux v2.6.18. Arrr!
Tip revision: e478bec
Kconfig
#
# RapidIO configuration
#
config RAPIDIO_8_BIT_TRANSPORT
	bool "8-bit transport addressing"
	depends on RAPIDIO
	---help---
	  By default, the kernel assumes a 16-bit addressed RapidIO
	  network. By selecting this option, the kernel will support
	  an 8-bit addressed network.

config RAPIDIO_DISC_TIMEOUT
	int "Discovery timeout duration (seconds)"
	depends on RAPIDIO
	default "30"
	---help---
	  Amount of time a discovery node waits for a host to complete
	  enumeration beforing giving up.
back to top