kconfig
来自「cmmb if101 linux driver sample」· 代码 · 共 21 行
TXT
21 行
## IF101 device configuration#menu "Innofidei IF101v2 Chip Support"config INNODEVV2 tristate 'Innofidei IF101v2 chip support' help This enables Innofidei IF101v2 to work. The IF101 is a first generation single-chip COFDM demodulator for Chinese mobile TV receiver system.config INNODEV_DEBUG bool "dump debug msgs" depends INNODEVV2 help Enable/disable the trace information print on the console for debug. If release the software, you can disable this option.endmenu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?