Skip to content

Commit 4d6ef1b

Browse files
committed
platform/x86: x86-android-tablets: Add "select LEDS_CLASS"
Since the x86-android-tablets now calls devm_led_classdev_register_ext() it needs to select LEDS_CLASS as well as LEDS_CLASS' NEW_LEDS dependency. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202405182256.FsKBjIzG-lkp@intel.com/ Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20240521094741.273397-1-hdegoede@redhat.com
1 parent a4edf67 commit 4d6ef1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • drivers/platform/x86/x86-android-tablets

drivers/platform/x86/x86-android-tablets/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
config X86_ANDROID_TABLETS
77
tristate "X86 Android tablet support"
88
depends on I2C && SPI && SERIAL_DEV_BUS && ACPI && EFI && GPIOLIB && PMIC_OPREGION
9+
select NEW_LEDS
10+
select LEDS_CLASS
911
help
1012
X86 tablets which ship with Android as (part of) the factory image
1113
typically have various problems with their DSDTs. The factory kernels

0 commit comments

Comments
 (0)