diff options
author | Tom Rini | 2022-11-19 18:45:15 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:12 -0500 |
commit | d9feb83505b3a7c06487a1748db4f20ad189e33a (patch) | |
tree | a0da4b46d0d4b2ec1a8da2afc607cbbcc3dd57c0 /configs/pico-imx7d_defconfig | |
parent | 022dc9e505ea70ea5e5c81f78a629a6016d4fd9d (diff) |
Convert CONFIG_POWER_LTC3676 et al to Kconfig
This converts the following to Kconfig:
CONFIG_POWER_FSL
CONFIG_POWER_FSL_MC13892
CONFIG_POWER_HI6553
CONFIG_POWER_LTC3676
CONFIG_POWER_PFUZE100
CONFIG_POWER_PFUZE3000
CONFIG_POWER_SPI
CONFIG_POWER_TPS65090_EC
CONFIG_POWER_TPS65218
CONFIG_POWER_TPS65910
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pico-imx7d_defconfig')
-rw-r--r-- | configs/pico-imx7d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index a84954d22fd..13cc97bb73c 100644 --- a/configs/pico-imx7d_defconfig +++ b/configs/pico-imx7d_defconfig @@ -81,6 +81,7 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX7=y CONFIG_POWER_LEGACY=y +CONFIG_POWER_PFUZE3000=y CONFIG_POWER_I2C=y CONFIG_MXC_UART=y CONFIG_IMX_THERMAL=y |