Skip to content

Commit

Permalink
HID: primax: remove spurious dependency
Browse files Browse the repository at this point in the history
Remove Kconfig dependency for hid-primax driver on CONFIG_EXPERT.
Please see changelog of 73d5e8f ("HID: fix up 'EMBEDDED' mess in
Kconfig") for reasoning behind this.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Oct 17, 2011
1 parent f6a0460 commit dfe9a31
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 @@ -442,9 +442,8 @@ config HID_PICOLCD_LEDS
Provide access to PicoLCD's GPO pins via leds class.

config HID_PRIMAX
tristate "Primax non-fully HID-compliant devices" if EXPERT
tristate "Primax non-fully HID-compliant devices"
depends on USB_HID
default !EXPERT
---help---
Support for Primax devices that are not fully compliant with the
HID standard.
Expand Down

0 comments on commit dfe9a31

Please sign in to comment.