diff options
| author | Tom Rini <[email protected]> | 2022-12-02 16:42:26 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-22 10:31:48 -0500 |
| commit | 3f7a4965319920d0d029318399bbc0fe51ab0c08 (patch) | |
| tree | 8c1a91a37ed731ca861ab65d55acdc27abdd9e1a /drivers | |
| parent | b95de034c51bfeabde26e8ca6a11f25e91f2405b (diff) | |
Convert CONFIG_POWER_PCA9450 to Kconfig
This converts the following to Kconfig:
CONFIG_POWER_PCA9450
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/pmic/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index d94048db5f7..176fb07c651 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -416,6 +416,9 @@ config POWER_HI6553 config POWER_LTC3676 bool "Enable legacy driver for LTC3676 PMIC" +config POWER_PCA9450 + bool "Enable legacy driver for PCA9450 PMIC" + config POWER_PFUZE100 bool "Enable legacy driver for PFUZE100 PMIC" |
