platform/x86: Remove left-over BACKLIGHT_LCD_SUPPORT
The CONFIG_BACKLIGHT_LCD_SUPPORT was removed in commit 8c5dc8d9f1
("video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel
symbol"). Options protected by CONFIG_BACKLIGHT_LCD_SUPPORT are now
available directly.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
6baac53e03
commit
8d4b2daff2
|
@ -905,7 +905,6 @@ config TOSHIBA_WMI
|
||||||
config ACPI_CMPC
|
config ACPI_CMPC
|
||||||
tristate "CMPC Laptop Extras"
|
tristate "CMPC Laptop Extras"
|
||||||
depends on ACPI && INPUT
|
depends on ACPI && INPUT
|
||||||
depends on BACKLIGHT_LCD_SUPPORT
|
|
||||||
depends on RFKILL || RFKILL=n
|
depends on RFKILL || RFKILL=n
|
||||||
select BACKLIGHT_CLASS_DEVICE
|
select BACKLIGHT_CLASS_DEVICE
|
||||||
help
|
help
|
||||||
|
@ -1129,7 +1128,6 @@ config INTEL_OAKTRAIL
|
||||||
config SAMSUNG_Q10
|
config SAMSUNG_Q10
|
||||||
tristate "Samsung Q10 Extras"
|
tristate "Samsung Q10 Extras"
|
||||||
depends on ACPI
|
depends on ACPI
|
||||||
depends on BACKLIGHT_LCD_SUPPORT
|
|
||||||
select BACKLIGHT_CLASS_DEVICE
|
select BACKLIGHT_CLASS_DEVICE
|
||||||
---help---
|
---help---
|
||||||
This driver provides support for backlight control on Samsung Q10
|
This driver provides support for backlight control on Samsung Q10
|
||||||
|
|
Loading…
Reference in New Issue