diff options
author | Tom Rini | 2021-11-07 22:59:42 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-12 14:18:17 -0500 |
commit | 8bd39de9b1bdaabaae35b0d9543376ccf3ff2424 (patch) | |
tree | 15f5ef45dd1389bf9c3fecb1f90481bd92f39e53 /configs/lx2162aqds_tfa_defconfig | |
parent | 406257ae4162adefa46951ff673ae9bbe03756fe (diff) |
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/lx2162aqds_tfa_defconfig')
-rw-r--r-- | configs/lx2162aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2162aqds_tfa_defconfig b/configs/lx2162aqds_tfa_defconfig index feaea633a77..bd05d513df6 100644 --- a/configs/lx2162aqds_tfa_defconfig +++ b/configs/lx2162aqds_tfa_defconfig @@ -83,6 +83,7 @@ CONFIG_DM_ETH=y CONFIG_DM_MDIO=y CONFIG_DM_MDIO_MUX=y CONFIG_E1000=y +CONFIG_MII=y CONFIG_MDIO_MUX_I2CREG=y CONFIG_FSL_LS_MDIO=y CONFIG_PCI=y |