kernel/drivers/net/ethernet/freescale/fs_enet/Kconfig
.. .. @@ -1,8 +1,9 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config FS_ENET 2 - tristate "Freescale Ethernet Driver"3 - depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)4 - select MII5 - select PHYLIB3 + tristate "Freescale Ethernet Driver"4 + depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)5 + select MII6 + select PHYLIB6 7 7 8 config FS_ENET_MPC5121_FEC 8 9 def_bool y if (FS_ENET && PPC_MPC512x)