OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [input/] [Config.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
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
dep_tristate '  User level driver support' CONFIG_INPUT_UINPUT $CONFIG_INPUT
18
 
19
endmenu

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.