diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 71d4c0703629..0c3eee94f5a7 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -100,6 +100,22 @@ config HID_CHICONY | |||
100 | ---help--- | 100 | ---help--- |
101 | Support for Chicony Tactical pad. | 101 | Support for Chicony Tactical pad. |
102 | 102 | ||
103 | config HID_PRODIKEYS | ||
104 | tristate "Prodikeys PC-MIDI Keyboard support" if EMBEDDED | ||
105 | depends on USB_HID && SND | ||
106 | select SND_RAWMIDI | ||
107 | default !EMBEDDED | ||
108 | ---help--- | ||
109 | Support for Prodikeys PC-MIDI Keyboard device support. | ||
110 | Say Y here to enable support for this device. | ||
111 | - Prodikeys PC-MIDI keyboard. | ||
112 | The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI | ||
113 | input and one MIDI output. These MIDI jacks appear as | ||
114 | a sound "card" in the ALSA sound system. | ||
115 | Note: if you say N here, this device will still function as a basic | ||
116 | multimedia keyboard, but will lack support for the musical keyboard | ||
117 | and some additional multimedia keys. | ||
118 | |||
103 | config HID_CYPRESS | 119 | config HID_CYPRESS |
104 | tristate "Cypress" if EMBEDDED | 120 | tristate "Cypress" if EMBEDDED |
105 | depends on USB_HID | 121 | depends on USB_HID |