diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-30 04:22:03 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-12-07 10:54:29 +0300 |
commit | 8c5ea5361c1728c162dd5ce796654c5aef77420e (patch) | |
tree | f2ce3168f519e75a072a25102e1f3ffad6056f96 /configs/gwventana_emmc_defconfig | |
parent | 6cb007a1c75ff8ba3fea8a48b66ad65192e53d78 (diff) | |
download | u-boot-8c5ea5361c1728c162dd5ce796654c5aef77420e.tar.xz |
configs: migrate CONFIG_IMX_THERMAL to defconfigs
Done via moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gwventana_emmc_defconfig')
-rw-r--r-- | configs/gwventana_emmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig index fd47aad648..41e190bf1e 100644 --- a/configs/gwventana_emmc_defconfig +++ b/configs/gwventana_emmc_defconfig @@ -81,6 +81,8 @@ CONFIG_MII=y CONFIG_PCI=y CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y +CONFIG_DM_THERMAL=y +CONFIG_IMX_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y |