aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2011-10-17 11:04:58 -0400
committerJiri Kosina <jkosina@suse.cz>2011-10-17 11:04:58 -0400
commitdfe9a31211c0a3a0252af6c87935d7ac718aadf9 (patch)
tree52ba10368a3f1c58b3603d27e50c1cd465922e82 /drivers/hid
parentf6a04605f303852963f3f357d19b967aa83c172f (diff)
HID: primax: remove spurious dependency
Remove Kconfig dependency for hid-primax driver on CONFIG_EXPERT. Please see changelog of 73d5e8f77e8 ("HID: fix up 'EMBEDDED' mess in Kconfig") for reasoning behind this. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 121eed528496..dab7b0d2188c 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -442,9 +442,8 @@ config HID_PICOLCD_LEDS
442 Provide access to PicoLCD's GPO pins via leds class. 442 Provide access to PicoLCD's GPO pins via leds class.
443 443
444config HID_PRIMAX 444config HID_PRIMAX
445 tristate "Primax non-fully HID-compliant devices" if EXPERT 445 tristate "Primax non-fully HID-compliant devices"
446 depends on USB_HID 446 depends on USB_HID
447 default !EXPERT
448 ---help--- 447 ---help---
449 Support for Primax devices that are not fully compliant with the 448 Support for Primax devices that are not fully compliant with the
450 HID standard. 449 HID standard.