⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 IN
字号:
## Input core configuration#mainmenu_option next_commentcomment 'Input core support'tristate 'Input core support' CONFIG_INPUTif [ "$CONFIG_INPUT" != "n" ]; then   dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT   dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_INPUT   if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then      int '   Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024      int '   Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768   fi   dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_INPUT   dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV $CONFIG_INPUTfiendmenu

⌨️ 快捷键说明

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