Skip to content

Commit ed9f4f9

Browse files
author
Jiri Kosina
committed
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: 9018eac ("HID: apple: Add support for keyboard backlight on certain T2 Macs.") Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent c5f09b1 commit ed9f4f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/hid/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ config HID_ACRUX_FF
128128
config HID_APPLE
129129
tristate "Apple {i,Power,Mac}Books"
130130
depends on HID
131+
depends on LEDS_CLASS
132+
depends on NEW_LEDS
131133
default !EXPERT
132134
help
133135
Support for some Apple devices which less or more break

0 commit comments

Comments
 (0)