diff options
author | Daniel Drake <drake@endlessm.com> | 2017-03-01 15:48:50 -0600 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-30 11:16:52 +0200 |
commit | 7877474905460e084bdfa65a82b9280767cfbfd6 (patch) | |
tree | a085376d7533fb64f3952de76c72205e2b5d8c05 /drivers/hid | |
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>
Diffstat (limited to 'drivers/hid')
-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 config HID_ASUS tristate "Asus" - depends on I2C_HID ---help--- Support for Asus notebook built-in keyboard and touchpad via i2c. |