mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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>
This commit is contained in:
parent
3014ad47cf
commit
db8e26c435
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user