[PATCH] ARM: multi_v7_defconfig: MFD_DA9063 is boolean, not tristate

Thierry Reding thierry.reding at gmail.com
Tue Dec 29 02:34:41 PST 2015


From: Thierry Reding <treding at nvidia.com>

The MFD_DA9063 Kconfig symbol is a boolean, not tristate, and therefore
m is not a valid value.

Cc: Geert Uytterhoeven <geert+renesas at glider.be>
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
Note that the driver builds fine as a module, but I suspect that there
was some other reason for making it boolean only.

 arch/arm/configs/multi_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 3a4dafdf3b60..96c8a4c2ebcd 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -430,7 +430,7 @@ CONFIG_MFD_AXP20X_RSB=m
 CONFIG_MFD_CROS_EC=m
 CONFIG_MFD_CROS_EC_I2C=m
 CONFIG_MFD_CROS_EC_SPI=m
-CONFIG_MFD_DA9063=m
+CONFIG_MFD_DA9063=y
 CONFIG_MFD_MAX14577=y
 CONFIG_MFD_MAX77686=y
 CONFIG_MFD_MAX77693=y
-- 
2.5.0




More information about the linux-arm-kernel mailing list