summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-02-19 09:56:28 -0300
committerStefano Babic <sbabic@denx.de>2020-03-09 15:05:24 +0100
commit827f0a3f228ace3edbd1fd73c1cf73560724b034 (patch)
tree3c2798531aaa904772a9378074b835374a9adadc
parent229f078512a329a9606eb341bccb8e56ead11014 (diff)
mx6sxsabresd: Enable DM_PCI
Enale DM_PCI support in order to avoid board removal from the project. Signed-off-by: Fabio Estevam <festevam@gmail.com>
-rw-r--r--configs/mx6sxsabresd_defconfig1
1 files changed, 1 insertions, 0 deletions
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