-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: ethernet: support for Nuvoton numaker series
Add Nuvoton numaker series EMAC controller feature. (cherry picked from commit 8ba8c18) Original-Signed-off-by: cyliang tw <cyliang@nuvoton.com> GitOrigin-RevId: 8ba8c18 Change-Id: I969dbeca067dec35991769b3adaf4cb555cb3aef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5004820 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
- Loading branch information
Showing
10 changed files
with
888 additions
and
1 deletion.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NUMAKER Ethernet Driver configuration options | ||
|
||
# Copyright (c) 2023 Nuvoton Technology Corporation. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config ETH_NUMAKER | ||
bool "Nuvoton NUMAKER MCU Ethernet driver" | ||
default y | ||
select HAS_NUMAKER_ETH | ||
depends on DT_HAS_NUVOTON_NUMAKER_ETHERNET_ENABLED | ||
help | ||
This option enables the Ethernet driver for Nuvoton NuMaker family of | ||
processors. | ||
Say y if you wish to enable NuMaker ETH. |
Oops, something went wrong.