Skip to content

Commit 4771eec

Browse files
committed
Merge tag 'acpi-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI Kconfig fixes from Rafael Wysocki: "Prevent invalid configurations from being created (e.g. by randconfig) due to some ACPI-related Kconfig options' dependencies that are not specified directly (Sinan Kaya)" * tag 'acpi-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: platform/x86: Fix unmet dependency warning for SAMSUNG_Q10 platform/x86: Fix unmet dependency warning for ACPI_CMPC mfd: Fix unmet dependency warning for MFD_TPS68470
2 parents cca2e06 + b473406 commit 4771eec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

drivers/mfd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ config MFD_TPS65217
14191419

14201420
config MFD_TPS68470
14211421
bool "TI TPS68470 Power Management / LED chips"
1422-
depends on ACPI && I2C=y
1422+
depends on ACPI && PCI && I2C=y
14231423
select MFD_CORE
14241424
select REGMAP_I2C
14251425
select I2C_DESIGNWARE_PLATFORM

drivers/platform/x86/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ config TOSHIBA_WMI
905905
config ACPI_CMPC
906906
tristate "CMPC Laptop Extras"
907907
depends on ACPI && INPUT
908+
depends on BACKLIGHT_LCD_SUPPORT
908909
depends on RFKILL || RFKILL=n
909910
select BACKLIGHT_CLASS_DEVICE
910911
help
@@ -1128,6 +1129,7 @@ config INTEL_OAKTRAIL
11281129
config SAMSUNG_Q10
11291130
tristate "Samsung Q10 Extras"
11301131
depends on ACPI
1132+
depends on BACKLIGHT_LCD_SUPPORT
11311133
select BACKLIGHT_CLASS_DEVICE
11321134
---help---
11331135
This driver provides support for backlight control on Samsung Q10

0 commit comments

Comments
 (0)