diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-05-12 09:27:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-12 09:43:14 -0400 |
commit | 95736de984dec5b80ea9d6640d4d55ca8ff98db4 (patch) | |
tree | 0d62c81ded48ff632e6695d9deca6753a360f2c0 /drivers/hid | |
parent | 3a370ca1dcf8c80aff7a0a21d6b0f50ca2a151e9 (diff) |
HID: make Prodikeys driver standalone config option
Analogically for other full-fledged HID drivers, make the Prodikeys
driver independent on EMBEDDED.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 3 |
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 | ||
103 | config HID_PRODIKEYS | 103 | config 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. |