Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: Kconfig: add missing selects for ideapad-laptop

LED class support is needed by the ideapad-laptop module to compile after
the referenced commit. Add missing NEW_LEDS and LEDS_CLASS to Kconfig.

Fixes: 503325f84bc0 ("platform/x86: ideapad-laptop: add keyboard backlight control support")
Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com>
Link: https://lore.kernel.org/r/20210204142010.356675-1-pobrn@protonmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Barnabás Pőcze and committed by
Hans de Goede
d8f5c5ea ef14f0e8

+2
+2
drivers/platform/x86/Kconfig
··· 452 452 depends on ACPI_WMI || ACPI_WMI = n 453 453 depends on ACPI_PLATFORM_PROFILE 454 454 select INPUT_SPARSEKMAP 455 + select NEW_LEDS 456 + select LEDS_CLASS 455 457 help 456 458 This is a driver for Lenovo IdeaPad netbooks contains drivers for 457 459 rfkill switch, hotkey, fan control and backlight control.