From: Geert Uytterhoeven Date: Tue, 10 Nov 2020 15:57:27 +0000 (+0100) Subject: mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPE X-Git-Tag: v5.10.7~787 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b278cdb100399bbe233d8072d03884c52b7079fa;p=platform%2Fkernel%2Flinux-rpi.git mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPE [ Upstream commit de1292817cf736c04fab31903a6aa9d9ffe60b79 ] Currently the Kontron sl28cpld Board Management Controller is found only on Kontron boards equipped with a Freescale Layerscape SoC. Hence add a dependency on ARCH_LAYERSCAPE, to prevent asking the user about a driver for this controller when configuring a kernel without Layerscape support. Fixes: a538ad229bbee4f8 ("mfd: simple-mfd-i2c: Add sl28cpld support") Signed-off-by: Geert Uytterhoeven Acked-by: Michael Walle Signed-off-by: Lee Jones Signed-off-by: Sasha Levin --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8b99a13..4789507 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1189,6 +1189,7 @@ config MFD_SIMPLE_MFD_I2C config MFD_SL28CPLD tristate "Kontron sl28cpld Board Management Controller" depends on I2C + depends on ARCH_LAYERSCAPE || COMPILE_TEST select MFD_SIMPLE_MFD_I2C help Say yes here to enable support for the Kontron sl28cpld board