diff mbox

[v2,1/2] hid-asus: drop dependency on I2C_HID

Message ID 20170301214851.5105-1-drake@endlessm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Drake March 1, 2017, 9:48 p.m. UTC
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 <drake@endlessm.com>
---
 drivers/hid/Kconfig | 1 -
 1 file changed, 1 deletion(-)

v2: Split off earlier patch from Feb 16:
  hid-asus: support Republic of Gamers special keys
diff mbox

Patch

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 1aeb80e..51e6e9e 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.