From 8c5ea5361c1728c162dd5ce796654c5aef77420e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 29 Oct 2020 21:22:03 -0400 Subject: configs: migrate CONFIG_IMX_THERMAL to defconfigs Done via moveconfig.py Signed-off-by: Tom Rini --- configs/mx6sxsabreauto_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mx6sxsabreauto_defconfig') diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index f645f751e2..0d8c07b57d 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -61,6 +61,7 @@ CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_QSPI=y +CONFIG_IMX_THERMAL=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y -- cgit