diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:46 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:29:50 -0400 |
commit | bdf25a5e04078951e5b7fef4f4c432e88263244f (patch) | |
tree | 82bed21a1bf1e94b0f4cda6c933abfba57680e57 /configs/apalis-tk1_defconfig | |
parent | 2838c07f47016fe632273f5f799a4cefa7341b41 (diff) | |
download | u-boot-bdf25a5e04078951e5b7fef4f4c432e88263244f.tar.gz |
power: Convert CONFIG_PMIC_AS3722 to Kconfig
This converts the following to Kconfig:
CONFIG_PMIC_AS3722
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/apalis-tk1_defconfig')
-rw-r--r-- | configs/apalis-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 10862e56e7..648be92fcb 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -34,6 +34,7 @@ CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCI_TEGRA=y +CONFIG_PMIC_AS3722=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y |