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/jetson-tk1_defconfig | |
parent | 2838c07f47016fe632273f5f799a4cefa7341b41 (diff) | |
download | u-boot-bdf25a5e04078951e5b7fef4f4c432e88263244f.tar.gz u-boot-bdf25a5e04078951e5b7fef4f4c432e88263244f.tar.bz2 u-boot-bdf25a5e04078951e5b7fef4f4c432e88263244f.zip |
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/jetson-tk1_defconfig')
-rw-r--r-- | configs/jetson-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/jetson-tk1_defconfig b/configs/jetson-tk1_defconfig index 58d4184600..2c3f1748d8 100644 --- a/configs/jetson-tk1_defconfig +++ b/configs/jetson-tk1_defconfig @@ -38,6 +38,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_TEGRA114_SPI=y CONFIG_USB=y |