diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-07 19:16:43 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-11 09:41:52 +0300 |
commit | 8726cacc7f38e7e122e6910fb0b979dcd1ca89d3 (patch) | |
tree | 07d2fb54c010b54d701f59d73be54ff04be45940 | |
parent | 6c006b1b17f8841d83f09b2bc34227e2f9428872 (diff) | |
download | linux-8726cacc7f38e7e122e6910fb0b979dcd1ca89d3.tar.xz |
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 <geert+renesas@glider.be>
Acked-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |