diff options
author | Gene Chen <gene_chen@richtek.com> | 2021-05-18 01:33:14 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-06-02 10:50:02 +0100 |
commit | 3b0850440a06c54856fbb7afb6a366910462fa0a (patch) | |
tree | 082d8073403071a3b8fc9fa3d9457ed62a79bb72 /drivers/mfd/Kconfig | |
parent | b042c085de7aa89eedfe8df8388b19a0e6679a39 (diff) |
mfd: mt6360: Merge different sub-devices I2C read/write
Merge different sub-devices I2C read/write functions into one Regmap,
because PMIC and LDO part need CRC bits for access protection.
Signed-off-by: Gene Chen <gene_chen@richtek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 40cb07bdd457..5232bc0db8c0 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -903,6 +903,7 @@ config MFD_MT6360 select MFD_CORE select REGMAP_I2C select REGMAP_IRQ + select CRC8 depends on I2C help Say Y here to enable MT6360 PMU/PMIC/LDO functional support. |