diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-07 09:29:08 -0400 |
commit | afe33787011526e0acb17c926565806052929941 (patch) | |
tree | e706b9bf5086fd02a39f9a14a8c8902bfa82c083 /drivers | |
parent | 2bb9d7c65ae54e6cd1ed2c5fb109de6d697f429f (diff) | |
download | u-boot-afe33787011526e0acb17c926565806052929941.tar.gz u-boot-afe33787011526e0acb17c926565806052929941.tar.bz2 u-boot-afe33787011526e0acb17c926565806052929941.zip |
Convert CONFIG_PALMAS_POWER to Kconfig
This converts the following to Kconfig:
CONFIG_PALMAS_POWER
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/power/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 0af53a6c67..bc47cf144d 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -426,6 +426,10 @@ config POWER_MT6323 This adds poweroff driver for mt6323 this pmic is used on mt7623 / Bananapi R2 +config PALMAS_POWER + bool "Palmas power support" + depends on OMAP54XX + config POWER_I2C bool "I2C-based power control for legacy power" depends on POWER_LEGACY |