setup enviroment for compilation
[linux-2.4.21-pre4.git] / drivers / input / Config.in
1 #
2 # Input core configuration
3 #
4
5 mainmenu_option next_comment
6 comment 'Input core support'
7
8 tristate 'Input core support' CONFIG_INPUT
9 dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
10 dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_INPUT
11 if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then
12    int '   Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
13    int '   Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
14 fi
15 dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_INPUT
16 dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV $CONFIG_INPUT
17
18 endmenu