aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 41b42587f5e9..56941155ec87 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -40,6 +40,15 @@ config INPUT_M68K_BEEP
40 tristate "M68k Beeper support" 40 tristate "M68k Beeper support"
41 depends on M68K 41 depends on M68K
42 42
43config INPUT_COBALT_BTNS
44 tristate "Cobalt button interface"
45 depends on MIPS_COBALT
46 help
47 Say Y here if you want to support MIPS Cobalt button interface.
48
49 To compile this driver as a module, choose M here: the
50 module will be called cobalt_btns.
51
43config INPUT_WISTRON_BTNS 52config INPUT_WISTRON_BTNS
44 tristate "x86 Wistron laptop button interface" 53 tristate "x86 Wistron laptop button interface"
45 depends on X86 && !X86_64 54 depends on X86 && !X86_64
@@ -82,7 +91,7 @@ config INPUT_UINPUT
82 module will be called uinput. 91 module will be called uinput.
83 92
84config HP_SDC_RTC 93config HP_SDC_RTC
85 tristate "HP SDC Real Time Clock" 94 tristate "HP SDC Real Time Clock"
86 depends on GSC || HP300 95 depends on GSC || HP300
87 select HP_SDC 96 select HP_SDC
88 help 97 help