kconfig

来自「Linux环境下视频显示卡设备的驱动程序源代码」· 代码 · 共 25 行

TXT
25
字号
## Display drivers configuration#menu "Display device support"config DISPLAY_SUPPORT	tristate "Display panel/monitor support"	---help---	  This framework adds support for low-level control of a display.	  This includes support for power.	  Enable this to be able to choose the drivers for controlling the	  physical display panel/monitor on some platforms. This not only	  covers LCD displays for PDAs but also other types of displays	  such as CRT, TVout etc.	  To have support for your specific display panel you will have to	  select the proper drivers which depend on this option.comment "Display hardware drivers"	depends on DISPLAY_SUPPORTendmenu

⌨️ 快捷键说明

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