diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2025-04-07 22:01:47 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-16 16:51:45 -0600 |
commit | c6b0544a9416c991b454e68f361efb47cec0770a (patch) | |
tree | 544ec9fb3377b1747a33661386094206b2ce9e97 | |
parent | 74fcb6a7a7e9a89d27acd7e41b3223276b6be4a7 (diff) |
airoha: Add Ethernet config to defconfig
Add Ethrnet config to defconfig to enable Ethernet support.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r-- | configs/an7581_evb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |