swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: bfa274e2436fc7ef72ef51c878083647f1cfd429 authored by Linus Torvalds on 24 February 2008, 21:25:54 UTC
Linux 2.6.25-rc3
Tip revision: bfa274e
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 before giving up.
back to top