diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | 61e1972e73df818013adeec750a402fcf298f137 (patch) | |
tree | 7226b1f6ab4fa55ea6bcb21fdfd0d35a4cb80e7b /configs/imx8mq_phanbell_defconfig | |
parent | bca1bce92a58bfbd01799f62767f805099015721 (diff) | |
download | u-boot-61e1972e73df818013adeec750a402fcf298f137.tar.gz |
Convert CONFIG_FEC_MXC to Kconfig
This converts the following to Kconfig:
CONFIG_FEC_MXC
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imx8mq_phanbell_defconfig')
-rw-r--r-- | configs/imx8mq_phanbell_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig index e1b60f7687..062d2a4d37 100644 --- a/configs/imx8mq_phanbell_defconfig +++ b/configs/imx8mq_phanbell_defconfig @@ -52,6 +52,7 @@ CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y CONFIG_DM_ETH=y +CONFIG_FEC_MXC=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX8M=y CONFIG_SPL_POWER_LEGACY=y |