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 /configs/dra7xx_hs_evm_usb_defconfig | |
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 'configs/dra7xx_hs_evm_usb_defconfig')
-rw-r--r-- | configs/dra7xx_hs_evm_usb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_hs_evm_usb_defconfig b/configs/dra7xx_hs_evm_usb_defconfig index 34dcdede92..cd4b8bbce0 100644 --- a/configs/dra7xx_hs_evm_usb_defconfig +++ b/configs/dra7xx_hs_evm_usb_defconfig @@ -113,6 +113,7 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_REGULATOR_PALMAS=y CONFIG_DM_REGULATOR_LP873X=y +CONFIG_PALMAS_POWER=y CONFIG_DM_SCSI=y CONFIG_DM_SERIAL=y CONFIG_SPI=y |