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>
This commit is contained in:
parent
6c006b1b17
commit
8726cacc7f
|
@ -211,7 +211,7 @@ config MFD_DA9062
|
||||||
of the device.
|
of the device.
|
||||||
|
|
||||||
config MFD_DA9063
|
config MFD_DA9063
|
||||||
bool "Dialog Semiconductor DA9063 PMIC Support"
|
tristate "Dialog Semiconductor DA9063 PMIC Support"
|
||||||
select MFD_CORE
|
select MFD_CORE
|
||||||
select REGMAP_I2C
|
select REGMAP_I2C
|
||||||
select REGMAP_IRQ
|
select REGMAP_IRQ
|
||||||
|
|
Loading…
Reference in New Issue