Kconfig (3793faad7b5b730941b2efbc252d14374b60843a) | Kconfig (c4f0126d487f3c68ab19ccb7c561e8fbf3ea2247) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# HID driver configuration 4# 5menu "HID support" 6 depends on INPUT 7 8config HID --- 135 unchanged lines hidden (view full) --- 144 2005 onwards include such a port, except the unibody Macbook (2009), 145 and Mac Pros. This receiver is also used in the Apple TV set-top box 146 prior to the 2010 model. 147 148 Say Y here if you want support for Apple infrared remote control. 149 150config HID_ASUS 151 tristate "Asus" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# HID driver configuration 4# 5menu "HID support" 6 depends on INPUT 7 8config HID --- 135 unchanged lines hidden (view full) --- 144 2005 onwards include such a port, except the unibody Macbook (2009), 145 and Mac Pros. This receiver is also used in the Apple TV set-top box 146 prior to the 2010 model. 147 148 Say Y here if you want support for Apple infrared remote control. 149 150config HID_ASUS 151 tristate "Asus" |
152 depends on USB_HID |
|
152 depends on LEDS_CLASS 153 depends on ASUS_WMI || ASUS_WMI=n 154 select POWER_SUPPLY 155 ---help--- 156 Support for Asus notebook built-in keyboard and touchpad via i2c, and 157 the Asus Republic of Gamers laptop keyboard special keys. 158 159 Supported devices: --- 1017 unchanged lines hidden --- | 153 depends on LEDS_CLASS 154 depends on ASUS_WMI || ASUS_WMI=n 155 select POWER_SUPPLY 156 ---help--- 157 Support for Asus notebook built-in keyboard and touchpad via i2c, and 158 the Asus Republic of Gamers laptop keyboard special keys. 159 160 Supported devices: --- 1017 unchanged lines hidden --- |