We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60181ff commit 1fa0d7eCopy full SHA for 1fa0d7e
2 files changed
drivers/gpu/drm/apple/Kconfig
@@ -11,7 +11,7 @@ config DRM_APPLE
11
select DRM_KMS_DMA_HELPER
12
select DRM_GEM_DMA_HELPER
13
select VIDEOMODE_HELPERS
14
- select BACKLIGHT_CLASS_DEVICE
+ depends on BACKLIGHT_CLASS_DEVICE
15
select MULTIPLEXER
16
help
17
Say Y if you have an Apple Silicon chipset.
drivers/platform/x86/Kconfig
@@ -345,7 +345,7 @@ config EEEPC_LAPTOP
345
depends on ACPI_VIDEO || ACPI_VIDEO = n
346
depends on HOTPLUG_PCI
347
depends on BACKLIGHT_CLASS_DEVICE
348
- select HWMON
+ depends on HWMON
349
select LEDS_CLASS
350
select NEW_LEDS
351
select INPUT_SPARSEKMAP
0 commit comments