diff options
author | Jiri Kosina <jkosina@suse.cz> | 2022-02-17 08:17:02 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-02-17 13:54:56 +0100 |
commit | ed9f4f961260de51ed76d903e86b35ee8ce8eeb3 (patch) | |
tree | 8aae5207390b02a0be7e77d3ac05b44b6a8642df /drivers/hid | |
parent | c5f09b1b45cbb90147846f82ec0489789c99667e (diff) |
HID: apple: properly reflect LEDS dependency
Since hid-apple driver now makes use of LEDS functionality, reflect this
properly in Kconfig.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 9018eacbe623b ("HID: apple: Add support for keyboard backlight on certain T2 Macs.")
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f5544157576c..9c0e45f56d84 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -128,6 +128,8 @@ config HID_ACRUX_FF config HID_APPLE tristate "Apple {i,Power,Mac}Books" depends on HID + depends on LEDS_CLASS + depends on NEW_LEDS default !EXPERT help Support for some Apple devices which less or more break |