From 7877474905460e084bdfa65a82b9280767cfbfd6 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Wed, 1 Mar 2017 15:48:50 -0600 Subject: HID: asus: drop dependency on I2C_HID There is nothing transport-specific in this driver, and we will now be adding support for some Asus USB devices too. Signed-off-by: Daniel Drake Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- drivers/hid/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/hid') diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 8c54cb8f5d6d..b22bcefd5e85 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -136,7 +136,6 @@ config HID_APPLEIR config HID_ASUS tristate "Asus" - depends on I2C_HID ---help--- Support for Asus notebook built-in keyboard and touchpad via i2c. -- cgit