mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
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: 9018eacbe6 ("HID: apple: Add support for keyboard backlight on certain T2 Macs.")
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
c5f09b1b45
commit
ed9f4f9612
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user