Skip to content

Commit 0d794df

Browse files
tswaehnkartben
authored andcommitted
board: sensry: ganymed-sk - fix missing gpio/NET_L2
when compiling net-samples then the required gpio is disabled. the installed vsc8541 phy requires gpio for reset. additionally, we enable NET_L2 when network is enabled. Signed-off-by: Sven Ginka <s.ginka@sensry.de>
1 parent bf4c8c2 commit 0d794df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025 sensry.io
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
configdefault NET_L2_ETHERNET
5+
default y

0 commit comments

Comments
 (0)