From: Thomas Richard <thomas.richard@bootlin.com> Date: 2026-03-27 19:39:40
Remove redundant X86 dependency for the cgbc backlight driver. Additionally
the driver is added to MAINTAINERS file.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
---
Thomas Richard (2):
backlight: cgbc: Remove redundant X86 dependency
MAINTAINERS: Add cgbc backlight driver
MAINTAINERS | 1 +
drivers/video/backlight/Kconfig | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
base-commit: c369299895a591d96745d6492d4888259b004a9e
change-id: 20260309-backlight-cgbc-remove-x86-dependency-40a7c9516459
Best regards,
--
Thomas Richard [off-list ref]
From: Thomas Richard <thomas.richard@bootlin.com> Date: 2026-03-27 19:39:41
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>
---
drivers/video/backlight/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Daniel Thompson <danielt@kernel.org> Date: 2026-04-14 16:22:03
On Fri, Mar 27, 2026 at 08:39:32PM +0100, Thomas Richard wrote:
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>
Daniel.