Message ID | 20200609134400.4097-3-festevam@gmail.com |
---|---|
State | Accepted |
Commit | dbb0c4bf4970d5902bec5d572f153cf7808d22fa |
Headers | show |
Series | [1/3] mx6slevk_spinor: Convert to DM_ETH | expand |
> Convert to DM_ETH to avoid board removal from the project. > Signed-off-by: Fabio Estevam <festevam at gmail.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic
diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig index 2811d868ac..e6c31e64ba 100644 --- a/configs/mx6ull_14x14_evk_plugin_defconfig +++ b/configs/mx6ull_14x14_evk_plugin_defconfig @@ -41,6 +41,12 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SF_DEFAULT_MODE=0 CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_SPI_FLASH_STMICRO=y +CONFIG_PHYLIB=y +CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ8XXX=y +CONFIG_DM_ETH=y +CONFIG_FEC_MXC=y +CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_REGULATOR=y
Convert to DM_ETH to avoid board removal from the project. Signed-off-by: Fabio Estevam <festevam at gmail.com> --- configs/mx6ull_14x14_evk_plugin_defconfig | 6 ++++++ 1 file changed, 6 insertions(+)