diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 631ede69c012..3cf69a0a8b77 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -380,6 +380,13 @@ config ZEROPLUS_FF | |||
380 | Say Y here if you have a Zeroplus based game controller and want | 380 | Say Y here if you have a Zeroplus based game controller and want |
381 | to have force feedback support for it. | 381 | to have force feedback support for it. |
382 | 382 | ||
383 | config HID_ZYDACRON | ||
384 | tristate "Zydacron remote control support" if EMBEDDED | ||
385 | depends on USB_HID | ||
386 | default !EMBEDDED | ||
387 | ---help--- | ||
388 | Support for Zydacron remote control. | ||
389 | |||
383 | endmenu | 390 | endmenu |
384 | 391 | ||
385 | endif # HID_SUPPORT | 392 | endif # HID_SUPPORT |