Config.in
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # Input core configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'Input core support'
  6. tristate 'Input core support' CONFIG_INPUT
  7. dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
  8. dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_INPUT
  9. if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then
  10.    int '   Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
  11.    int '   Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
  12. fi
  13. dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_INPUT
  14. dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV $CONFIG_INPUT
  15. endmenu