summaryrefslogtreecommitdiff
path: root/configs/imx8mq_phanbell_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-08 06:59:42 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 22:18:17 +0300
commit8bd39de9b1bdaabaae35b0d9543376ccf3ff2424 (patch)
tree15f5ef45dd1389bf9c3fecb1f90481bd92f39e53 /configs/imx8mq_phanbell_defconfig
parent406257ae4162adefa46951ff673ae9bbe03756fe (diff)
downloadu-boot-8bd39de9b1bdaabaae35b0d9543376ccf3ff2424.tar.xz
Convert CONFIG_PHYLIB et al to Kconfig
This converts the following to Kconfig: CONFIG_PHYLIB CONFIG_PHY_ATHEROS CONFIG_PHY_GIGE CONFIG_MII Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imx8mq_phanbell_defconfig')
-rw-r--r--configs/imx8mq_phanbell_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig
index 3de517c086..4b7fafe788 100644
--- a/configs/imx8mq_phanbell_defconfig
+++ b/configs/imx8mq_phanbell_defconfig
@@ -58,8 +58,11 @@ CONFIG_DM_I2C=y
CONFIG_SPL_SYS_I2C_LEGACY=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_FSL_USDHC=y
+CONFIG_PHYLIB=y
CONFIG_DM_ETH=y
+CONFIG_PHY_GIGE=y
CONFIG_FEC_MXC=y
+CONFIG_MII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX8M=y
CONFIG_SPL_POWER_LEGACY=y