vserver 1.9.5.x5
[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           Say Y here, and a list of miscellaneous input drivers will be displayed.
9           Everything that didn't fit into the other categories is here. This option
10           doesn't affect the kernel.
11
12           If unsure, say Y.
13
14 config INPUT_PCSPKR
15         tristate "PC Speaker support"
16         depends on (ALPHA || X86 || X86_64 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES) && INPUT && INPUT_MISC
17         help
18           Say Y here if you want the standard PC Speaker to be used for
19           bells and whistles.
20
21           If unsure, say Y.
22
23           To compile this driver as a module, choose M here: the
24           module will be called pcspkr.
25
26 config INPUT_SPARCSPKR
27         tristate "SPARC Speaker support"
28         depends on (SPARC32 || SPARC64) && INPUT && INPUT_MISC && PCI
29         help
30           Say Y here if you want the standard Speaker on Sparc PCI systems
31           to be used for bells and whistles.
32
33           If unsure, say Y.
34
35           To compile this driver as a module, choose M here: the
36           module will be called sparcspkr.
37
38 config INPUT_M68K_BEEP
39         tristate "M68k Beeper support"
40         depends on M68K && INPUT && INPUT_MISC
41
42 config INPUT_UINPUT
43         tristate "User level driver support"
44         depends on INPUT && INPUT_MISC
45         help
46           Say Y here if you want to support user level drivers for input
47           subsystem accessible under char device 10:223 - /dev/input/uinput.
48
49           To compile this driver as a module, choose M here: the
50           module will be called uinput.
51