From 79b2194dde139ba1a1cf4dcd5fbacbeddb131c16 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 8 May 2021 09:15:40 +0200 Subject: [PATCH] CONFIG_MICREL_PHY=y The micrel module is required for Ethernet. Let's build it into the kernel. Signed-off-by: Heinrich Schuchardt --- arch/riscv/configs/starfive_vic7100_evb_sd_net_fedora_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/configs/starfive_vic7100_evb_sd_net_fedora_defconfig b/arch/riscv/configs/starfive_vic7100_evb_sd_net_fedora_defconfig index c5b983a7a3072..a0221629df724 100644 --- a/arch/riscv/configs/starfive_vic7100_evb_sd_net_fedora_defconfig +++ b/arch/riscv/configs/starfive_vic7100_evb_sd_net_fedora_defconfig @@ -2679,7 +2679,7 @@ CONFIG_INTEL_XWAY_PHY=m CONFIG_LSI_ET1011C_PHY=m CONFIG_MARVELL_PHY=y CONFIG_MARVELL_10G_PHY=m -CONFIG_MICREL_PHY=m +CONFIG_MICREL_PHY=y CONFIG_MICROCHIP_PHY=m # CONFIG_MICROCHIP_T1_PHY is not set CONFIG_MICROSEMI_PHY=m