Browse Source

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>
Jiri Kosina 15 years ago
parent
commit
95736de984
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/hid/Kconfig

+ 1 - 2
drivers/hid/Kconfig

@@ -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.