forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mediatek: add Airoha AN8855 gigabit switch driver
- Loading branch information
Showing
16 changed files
with
4,546 additions
and
2 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
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
10 changes: 10 additions & 0 deletions
10
target/linux/mediatek/files-6.6/drivers/net/dsa/airoha/an8855/Kconfig
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,10 @@ | ||
|
||
config NET_DSA_AN8855 | ||
tristate "Airoha AN8855 Ethernet switch support" | ||
depends on NET_DSA | ||
select NET_DSA_TAG_AIROHA | ||
help | ||
AN8855 support 2.5G speed and managed by SMI interface. | ||
This enables support for the Airoha AN8855 Ethernet switch | ||
chip. | ||
To compile this driver as a module, choose M here. |
5 changes: 5 additions & 0 deletions
5
target/linux/mediatek/files-6.6/drivers/net/dsa/airoha/an8855/Makefile
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,5 @@ | ||
# | ||
# Makefile for Airoha AN8855 gigabit switch | ||
# | ||
obj-$(CONFIG_NET_DSA_AN8855) += an8855-dsa.o | ||
an8855-dsa-objs := an8855.o an8855_nl.o an8855_phy.o |
Oops, something went wrong.