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 <[email protected]>
---
 drivers/video/backlight/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index a7a3fbaf7c29..07905d2ba01a 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).

-- 
2.53.0

Reply via email to