-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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. Signed-off-by: cyliang tw <[email protected]>
- Loading branch information
1 parent
97fab83
commit 8ba8c18
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.