diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-27 04:27:46 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 14:29:50 (GMT) |
commit | bdf25a5e04078951e5b7fef4f4c432e88263244f (patch) | |
tree | 82bed21a1bf1e94b0f4cda6c933abfba57680e57 /configs/jetson-tk1_defconfig | |
parent | 2838c07f47016fe632273f5f799a4cefa7341b41 (diff) | |
download | u-boot-fsl-qoriq-bdf25a5e04078951e5b7fef4f4c432e88263244f.tar.xz |
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 58d4184..2c3f174 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 |