commit | 2b4e43355cd55c62450f8a035da4d035a65f0626 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Mon Apr 07 22:01:47 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 16 16:51:45 2025 -0600 |
tree | 544ec9fb3377b1747a33661386094206b2ce9e97 | |
parent | d43f774890ca111f9f9ad376fe2d0273ad167d9c [diff] |
airoha: Add Ethernet config to defconfig Add Ethrnet config to defconfig to enable Ethernet support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig index f09b5b6..f5bd647 100644 --- a/configs/an7581_evb_defconfig +++ b/configs/an7581_evb_defconfig
@@ -76,3 +76,4 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_SHA512=y +CONFIG_AIROHA_ETH=y