From 7e3f2fe06bcb98fc33fc95c4b73c6493e09e689a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 9 May 2021 20:10:40 -0700 Subject: [PATCH] linux-starfive: Enable micrel module This is required for ethernet to work Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-starfive/extra.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/linux/linux-starfive/extra.cfg b/recipes-kernel/linux/linux-starfive/extra.cfg index 823f8a9..dfb105e 100644 --- a/recipes-kernel/linux/linux-starfive/extra.cfg +++ b/recipes-kernel/linux/linux-starfive/extra.cfg @@ -4,3 +4,6 @@ CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS0,115200" CONFIG_CMDLINE_FORCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=n + +# enable ethernet +CONFIG_MICREL_PHY=y