From: Fabio Estevam Date: Wed, 19 Feb 2020 12:56:28 +0000 (-0300) Subject: mx6sxsabresd: Enable DM_PCI X-Git-Tag: v2025.01-rc5-pxa1908~2530^2~13 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=827f0a3f228ace3edbd1fd73c1cf73560724b034;p=u-boot.git mx6sxsabresd: Enable DM_PCI Enale DM_PCI support in order to avoid board removal from the project. Signed-off-by: Fabio Estevam --- diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index 5150e3a837..7cf672948d 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig @@ -51,6 +51,7 @@ CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHYLIB=y CONFIG_MII=y CONFIG_PCI=y +CONFIG_DM_PCI=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y