Skip to content

Commit

Permalink
HID: make Prodikeys driver standalone config option
Browse files Browse the repository at this point in the history
Analogically for other full-fledged HID drivers, make the Prodikeys
driver independent on EMBEDDED.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed May 12, 2010
1 parent 3a370ca commit 95736de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ config HID_CHICONY
Support for Chicony Tactical pad.

config HID_PRODIKEYS
tristate "Prodikeys PC-MIDI Keyboard support" if EMBEDDED
tristate "Prodikeys PC-MIDI Keyboard support"
depends on USB_HID && SND
select SND_RAWMIDI
default !EMBEDDED
---help---
Support for Prodikeys PC-MIDI Keyboard device support.
Say Y here to enable support for this device.
Expand Down

0 comments on commit 95736de

Please sign in to comment.