diff options
author | Daniel Drake <drake@endlessm.com> | 2017-03-01 16:48:50 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-30 05:16:52 -0400 |
commit | 7877474905460e084bdfa65a82b9280767cfbfd6 (patch) | |
tree | a085376d7533fb64f3952de76c72205e2b5d8c05 | |
parent | 2c867ac3957de0f7b6886d1d9ce7d4dafd3c7b33 (diff) |
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 <drake@endlessm.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
136 | 136 | ||
137 | config HID_ASUS | 137 | config HID_ASUS |
138 | tristate "Asus" | 138 | tristate "Asus" |
139 | depends on I2C_HID | ||
140 | ---help--- | 139 | ---help--- |
141 | Support for Asus notebook built-in keyboard and touchpad via i2c. | 140 | Support for Asus notebook built-in keyboard and touchpad via i2c. |
142 | 141 | ||