forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
board: imx93_evk: enable ENET support for Cortex-A Core
Add ENET 1G support on Cortex-A Core, enable it in DTS. Updated board document for supported features. Signed-off-by: Jiafei Pan <[email protected]>
- Loading branch information
Showing
6 changed files
with
150 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Copyright 2024 NXP | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
if BOARD_IMX93_EVK | ||
|
||
if BOARD_IMX93_EVK_MIMX9352_A55 | ||
|
||
if NETWORKING | ||
|
||
config NET_L2_ETHERNET | ||
default y | ||
|
||
config NET_TX_STACK_SIZE | ||
default 8192 | ||
|
||
config NET_RX_STACK_SIZE | ||
default 8192 | ||
|
||
if NET_TCP | ||
|
||
config NET_TCP_WORKQ_STACK_SIZE | ||
default 8192 | ||
|
||
endif # NET_TCP | ||
|
||
if NET_MGMT_EVENT | ||
|
||
config NET_MGMT_EVENT_STACK_SIZE | ||
default 8192 | ||
|
||
endif # NET_MGMT_EVENT | ||
|
||
if NET_SOCKETS_SERVICE | ||
|
||
config NET_SOCKETS_SERVICE_STACK_SIZE | ||
default 8192 | ||
|
||
endif # NET_SOCKETS_SERVICE | ||
|
||
endif # NETWORKING | ||
|
||
endif # BOARD_IMX93_EVK_MIMX9352_A55 | ||
|
||
endif # BOARD_IMX93_EVK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters