aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/configs
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-07-11 23:52:48 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-12 14:05:41 -0400
commit410615478667e5ed374755cafea60917ec322b64 (patch)
treee86c9a3f4cb226806855958978f07f4e672d0cf1 /arch/sh/configs
parent38ce85f028fe4ea7350f448260845bc3cb030ad1 (diff)
sh: config: remove left-over BACKLIGHT_LCD_SUPPORT
CONFIG_BACKLIGHT_LCD_SUPPORT was removed in 8c5dc8d9f19c ("video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol"). Options protected by CONFIG_BACKLIGHT_LCD_SUPPORT are now available directly. Link: http://lkml.kernel.org/r/20190603191925.20659-1-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh/configs')
-rw-r--r--arch/sh/configs/hp6xx_defconfig1
-rw-r--r--arch/sh/configs/sh2007_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/configs/hp6xx_defconfig b/arch/sh/configs/hp6xx_defconfig
index 4dcf7f552582..91d43e2bffea 100644
--- a/arch/sh/configs/hp6xx_defconfig
+++ b/arch/sh/configs/hp6xx_defconfig
@@ -40,7 +40,6 @@ CONFIG_FB=y
40CONFIG_FIRMWARE_EDID=y 40CONFIG_FIRMWARE_EDID=y
41CONFIG_FB_HIT=y 41CONFIG_FB_HIT=y
42CONFIG_FB_SH_MOBILE_LCDC=y 42CONFIG_FB_SH_MOBILE_LCDC=y
43CONFIG_BACKLIGHT_LCD_SUPPORT=y
44CONFIG_FRAMEBUFFER_CONSOLE=y 43CONFIG_FRAMEBUFFER_CONSOLE=y
45CONFIG_FONTS=y 44CONFIG_FONTS=y
46CONFIG_FONT_PEARL_8x8=y 45CONFIG_FONT_PEARL_8x8=y
diff --git a/arch/sh/configs/sh2007_defconfig b/arch/sh/configs/sh2007_defconfig
index a1cf6447dbb1..cbd6742eb423 100644
--- a/arch/sh/configs/sh2007_defconfig
+++ b/arch/sh/configs/sh2007_defconfig
@@ -85,7 +85,6 @@ CONFIG_WATCHDOG=y
85CONFIG_SH_WDT=y 85CONFIG_SH_WDT=y
86CONFIG_SSB=y 86CONFIG_SSB=y
87CONFIG_FB=y 87CONFIG_FB=y
88CONFIG_BACKLIGHT_LCD_SUPPORT=y
89# CONFIG_LCD_CLASS_DEVICE is not set 88# CONFIG_LCD_CLASS_DEVICE is not set
90CONFIG_FRAMEBUFFER_CONSOLE=y 89CONFIG_FRAMEBUFFER_CONSOLE=y
91CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y 90CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y