kconfig

来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 44 行

TXT
44
字号
## Mouse driver configuration#config INPUT_TOUCHSCREEN	bool "Touchscreens"	depends on INPUT	help	  Say Y here, and a list of supported touchscreens will be displayed.	  This option doesn't affect the kernel.	  If unsure, say Y.config TOUCHSCREEN_BITSY	tristate "Compaq iPAQ H3600 (Bitsy) touchscreen input driver"	depends on SA1100_BITSY && INPUT && INPUT_TOUCHSCREEN	select SERIO	help	  Say Y here if you have the h3600 (Bitsy) touchscreen.	  If unsure, say N.	  To compile this driver as a module, choose M here: the	  module will be called h3600_ts_input.config TOUCHSCREEN_GUNZE	tristate "Gunze AHL-51S touchscreen"	depends on INPUT && INPUT_TOUCHSCREEN	select SERIO	help	  Say Y here if you have the Gunze AHL-51 touchscreen connected to	  your system.	  If unsure, say N.	  To compile this driver as a module, choose M here: the	  module will be called gunze.config OMAP_TSC2101_TS	tristate "TSC2101 touchscreen"	depends on INPUT && INPUT_TOUCHSCREEN && OMAP_TSC2101	help	  Say Y here if you wish to use the touchscreen support in the	  TSC2101 codec.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?