diff options
author | Lee Jones <lee.jones@linaro.org> | 2021-04-14 18:01:10 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-04-14 18:01:10 +0300 |
commit | a7639136a929fd16dbb1d4a2b531fc9c57eb8bd2 (patch) | |
tree | bec6c13c2cb21083b582c345687013746a751fe7 /drivers/mfd/Kconfig | |
parent | 1658d6242a3d0bf95d93b8297fe729b2073d7899 (diff) | |
parent | 42fc191d60e6d5fd8c52e7afa8bccdc912947ce4 (diff) | |
download | linux-a7639136a929fd16dbb1d4a2b531fc9c57eb8bd2.tar.xz |
Merge tag 'ib-mfd-watchdog-v5.13' into ibs-for-mfd-merged
Immutable branch between MFD and Watchdog due for the v5.13 merge window
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 7605bed6914e..6e31210915c7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -2001,6 +2001,17 @@ config MFD_ROHM_BD71828 also a single-cell linear charger, a Coulomb counter, a real-time clock (RTC), GPIOs and a 32.768 kHz clock gate. +config MFD_ROHM_BD957XMUF + tristate "ROHM BD9576MUF and BD9573MUF Power Management ICs" + depends on I2C=y + depends on OF + select REGMAP_I2C + select MFD_CORE + help + Select this option to get support for the ROHM BD9576MUF and + BD9573MUF Power Management ICs. BD9576 and BD9573 are primarily + designed to be used to power R-Car series processors. + config MFD_STM32_LPTIMER tristate "Support for STM32 Low-Power Timer" depends on (ARCH_STM32 && OF) || COMPILE_TEST |