diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-07 11:16:43 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-11 01:41:52 -0500 |
commit | 8726cacc7f38e7e122e6910fb0b979dcd1ca89d3 (patch) | |
tree | 07d2fb54c010b54d701f59d73be54ff04be45940 /drivers/mfd/Kconfig | |
parent | 6c006b1b17f8841d83f09b2bc34227e2f9428872 (diff) |
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>
Diffstat (limited to 'drivers/mfd/Kconfig')
-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 | |||
211 | of the device. | 211 | of the device. |
212 | 212 | ||
213 | config MFD_DA9063 | 213 | config MFD_DA9063 |
214 | bool "Dialog Semiconductor DA9063 PMIC Support" | 214 | tristate "Dialog Semiconductor DA9063 PMIC Support" |
215 | select MFD_CORE | 215 | select MFD_CORE |
216 | select REGMAP_I2C | 216 | select REGMAP_I2C |
217 | select REGMAP_IRQ | 217 | select REGMAP_IRQ |