diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-06-04 09:24:21 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-19 16:02:07 +0200 |
commit | 39bda3158e352737501e11983ad5076480db84a6 (patch) | |
tree | 949d559a15193d36a4cedaa379073c3eaa8c0638 /arch/arm/configs/lpc18xx_defconfig | |
parent | Linux 5.2-rc5 (diff) | |
download | linux-39bda3158e352737501e11983ad5076480db84a6.tar.xz linux-39bda3158e352737501e11983ad5076480db84a6.zip |
ARM: config: Remove left-over BACKLIGHT_LCD_SUPPORT
The CONFIG_BACKLIGHT_LCD_SUPPORT was removed in commit 8c5dc8d9f19c
("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>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/lpc18xx_defconfig')
-rw-r--r-- | arch/arm/configs/lpc18xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/lpc18xx_defconfig b/arch/arm/configs/lpc18xx_defconfig index e3d5e15d66d1..e518168a0627 100644 --- a/arch/arm/configs/lpc18xx_defconfig +++ b/arch/arm/configs/lpc18xx_defconfig @@ -119,7 +119,6 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_DRM=y CONFIG_DRM_PL111=y CONFIG_FB_MODE_HELPERS=y -CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y |