original comment: +Wilson03172004,marked due to this pci host does not support MWI
[linux-2.4.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
11 if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
12         bool '  Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
13 fi
14
15 dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_INPUT
16 if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then
17    int '   Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
18    int '   Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
19 fi
20 dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_INPUT
21 dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV $CONFIG_INPUT
22 dep_tristate '  User level driver support' CONFIG_INPUT_UINPUT $CONFIG_INPUT
23
24 endmenu