diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 1a50be379cbc..76d6751f89a7 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -222,6 +222,22 @@ config INPUT_SGI_BTNS | |||
222 | To compile this driver as a module, choose M here: the | 222 | To compile this driver as a module, choose M here: the |
223 | module will be called sgi_btns. | 223 | module will be called sgi_btns. |
224 | 224 | ||
225 | config INPUT_WINBOND_CIR | ||
226 | tristate "Winbond IR remote control" | ||
227 | depends on X86 && PNP | ||
228 | select LEDS_CLASS | ||
229 | select BITREVERSE | ||
230 | help | ||
231 | Say Y here if you want to use the IR remote functionality found | ||
232 | in some Winbond SuperI/O chips. Currently only the WPCD376I | ||
233 | chip is supported (included in some Intel Media series motherboards). | ||
234 | |||
235 | IR Receive and wake-on-IR from suspend and power-off is currently | ||
236 | supported. | ||
237 | |||
238 | To compile this driver as a module, choose M here: the module will be | ||
239 | called winbond_cir. | ||
240 | |||
225 | config HP_SDC_RTC | 241 | config HP_SDC_RTC |
226 | tristate "HP SDC Real Time Clock" | 242 | tristate "HP SDC Real Time Clock" |
227 | depends on (GSC || HP300) && SERIO | 243 | depends on (GSC || HP300) && SERIO |