kconfig
来自「linux 内核源代码」· 代码 · 共 19 行
TXT
19 行
## 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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?