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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a4edf67 commit 4d6ef1b

File tree

1 file changed

+2
-0
lines changed
  • drivers/platform/x86/x86-android-tablets

1 file changed

+2
-0
lines changed

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)