aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 0c3eee94f5a7..26c6f10afcb8 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -101,10 +101,9 @@ config HID_CHICONY
101 Support for Chicony Tactical pad. 101 Support for Chicony Tactical pad.
102 102
103config HID_PRODIKEYS 103config HID_PRODIKEYS
104 tristate "Prodikeys PC-MIDI Keyboard support" if EMBEDDED 104 tristate "Prodikeys PC-MIDI Keyboard support"
105 depends on USB_HID && SND 105 depends on USB_HID && SND
106 select SND_RAWMIDI 106 select SND_RAWMIDI
107 default !EMBEDDED
108 ---help--- 107 ---help---
109 Support for Prodikeys PC-MIDI Keyboard device support. 108 Support for Prodikeys PC-MIDI Keyboard device support.
110 Say Y here to enable support for this device. 109 Say Y here to enable support for this device.