From: Geert Uytterhoeven Date: Mon, 7 Dec 2015 16:16:43 +0000 (+0100) Subject: mfd: da9063: Allow modular build X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8726cacc7f38e7e122e6910fb0b979dcd1ca89d3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mfd: da9063: Allow modular build Allow support for the DA9063 PMIC to be modular, cfr. DA9062, which allows to decrease size of multi-platform kernels (e.g. multi_v7_defconfig). Signed-off-by: Geert Uytterhoeven Acked-by: Steve Twiss Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9581ebbfb4a0..9ca66de0c1c1 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -211,7 +211,7 @@ config MFD_DA9062 of the device. config MFD_DA9063 - bool "Dialog Semiconductor DA9063 PMIC Support" + tristate "Dialog Semiconductor DA9063 PMIC Support" select MFD_CORE select REGMAP_I2C select REGMAP_IRQ