From: Jiri Kosina Date: Mon, 17 Oct 2011 15:04:58 +0000 (+0200) Subject: HID: primax: remove spurious dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dfe9a31211c0a3a0252af6c87935d7ac718aadf9;p=linux-beck.git 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 --- 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 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.