diff options
| author | Thomas Richard <thomas.richard@bootlin.com> | 2026-04-27 11:40:33 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-05-07 14:25:19 +0100 |
| commit | db8e26c435698222b333cafcbc043dfdf083d591 (patch) | |
| tree | 6d751f309e6fc70b17a81572c215df1239d8263d /drivers | |
| parent | 3014ad47cfaf454cb0bbee353272beacd1e7c4bc (diff) | |
backlight: cgbc: Remove redundant X86 dependency
The backlight driver depends on the MFD cgbc-core driver, which already
depends on X86. The explicit X86 dependency for the backlight driver is
redundant and can be safely removed.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Link: https://patch.msgid.link/20260427-backlight-cgbc-remove-x86-dependency-v2-1-da9f2375a34a@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/backlight/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index f4e99542ffe8..7aa1c4b21111 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -260,7 +260,7 @@ config BACKLIGHT_PWM config BACKLIGHT_CGBC tristate "Congatec Board Controller (CGBC) backlight support" - depends on MFD_CGBC && X86 + depends on MFD_CGBC help Say Y here to enable support for LCD backlight control on Congatec x86-based boards via the CGBC (Congatec Board Controller). |
