diff options
| author | Fabio Estevam <[email protected]> | 2020-02-19 09:56:28 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-03-09 15:05:24 +0100 |
| commit | 827f0a3f228ace3edbd1fd73c1cf73560724b034 (patch) | |
| tree | 3c2798531aaa904772a9378074b835374a9adadc | |
| parent | 229f078512a329a9606eb341bccb8e56ead11014 (diff) | |
mx6sxsabresd: Enable DM_PCI
Enale DM_PCI support in order to avoid board removal from
the project.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | configs/mx6sxsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index 5150e3a8378..7cf672948d5 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 |
