patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / input / misc / Kconfig
1 #
2 # Input misc drivers configuration
3 #
4 config INPUT_MISC
5         bool "Misc"
6         depends on INPUT
7         help
8
9           Say Y here, and a list of miscellaneous input drivers will be displayed.
10           Everything that didn't fit into the other categories is here. This option
11           doesn't affect the kernel.
12
13           If unsure, say Y.
14
15 config INPUT_PCSPKR
16         tristate "PC Speaker support"
17         depends on (ALPHA || X86 || X86_64 || MIPS) && INPUT && INPUT_MISC
18         help
19           Say Y here if you want the standard PC Speaker to be used for
20           bells and whistles.
21
22           If unsure, say Y.
23
24           To compile this driver as a module, choose M here: the
25           module will be called pcspkr.
26
27 config INPUT_SPARCSPKR
28         tristate "SPARC Speaker support"
29         depends on (SPARC32 || SPARC64) && INPUT && INPUT_MISC && PCI
30         help
31           Say Y here if you want the standard Speaker on Sparc PCI systems
32           to be used for bells and whistles.
33
34           If unsure, say Y.
35
36           To compile this driver as a module, choose M here: the
37           module will be called sparcspkr.
38
39 config INPUT_M68K_BEEP
40         tristate "M68k Beeper support"
41         depends on M68K && INPUT && INPUT_MISC
42
43 config INPUT_98SPKR
44         tristate "PC-9800 Speaker support"
45         depends on X86_PC9800 && INPUT && INPUT_MISC
46
47 config INPUT_UINPUT
48         tristate "User level driver support"
49         depends on INPUT && INPUT_MISC
50         help
51           Say Y here if you want to support user level drivers for input
52           subsystem accessible under char device 10:223 - /dev/input/uinput.
53
54           To compile this driver as a module, choose M here: the
55           module will be called uinput.
56