From c6b0544a9416c991b454e68f361efb47cec0770a Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Mon, 7 Apr 2025 22:01:47 +0200 Subject: [PATCH] airoha: Add Ethernet config to defconfig Add Ethrnet config to defconfig to enable Ethernet support. Signed-off-by: Christian Marangi --- configs/an7581_evb_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig index f09b5b603a2..f5bd647cb6e 100644 --- a/configs/an7581_evb_defconfig +++ b/configs/an7581_evb_defconfig @@ -76,3 +76,4 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_SHA512=y +CONFIG_AIROHA_ETH=y -- 2.39.5