diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-29 21:22:03 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-12-07 08:54:29 +0100 |
commit | 8c5ea5361c1728c162dd5ce796654c5aef77420e (patch) | |
tree | f2ce3168f519e75a072a25102e1f3ffad6056f96 /configs/gwventana_gw5904_defconfig | |
parent | 6cb007a1c75ff8ba3fea8a48b66ad65192e53d78 (diff) | |
download | u-boot-8c5ea5361c1728c162dd5ce796654c5aef77420e.tar.gz |
configs: migrate CONFIG_IMX_THERMAL to defconfigs
Done via moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gwventana_gw5904_defconfig')
-rw-r--r-- | configs/gwventana_gw5904_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig index 2a87353ca9..66b0441978 100644 --- a/configs/gwventana_gw5904_defconfig +++ b/configs/gwventana_gw5904_defconfig @@ -85,6 +85,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 |