Skip to content

Commit b36492c

Browse files
rmandradfrank-w
authored andcommitted
remove old as21xxx driver and update Makefile pointing to updated driver
1 parent d89ef8a commit b36492c

10 files changed

Lines changed: 6655 additions & 525 deletions

File tree

drivers/net/phy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ obj-$(CONFIG_AIR_EN8811H_PHY) += air_en8811h.o
3333
obj-$(CONFIG_AMD_PHY) += amd.o
3434
obj-$(CONFIG_AMCC_QT2025_PHY) += qt2025.o
3535
obj-$(CONFIG_AQUANTIA_PHY) += aquantia/
36-
obj-$(CONFIG_AS21XXX_PHY) += as21xxx.o
36+
obj-$(CONFIG_AS21XXX_PHY) += as21xxx/
3737
ifdef CONFIG_AX88796B_RUST_PHY
3838
obj-$(CONFIG_AX88796B_PHY) += ax88796b_rust.o
3939
else

drivers/net/phy/as21xxx.h

Lines changed: 0 additions & 40 deletions
This file was deleted.

drivers/net/phy/as21xxx/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
config AS21XXX_PHY
2+
tristate "Aeonsemi AS21xxx PHYs"
3+
help
4+
Currently supports the Aeonsemi AS21xxx PHY.
5+
6+
These are C45 PHYs 10G that require all a generic firmware.
7+
8+
Supported PHYs AS21011JB1, AS21011PB1, AS21010JB1, AS21010PB1,
9+
AS21511JB1, AS21511PB1, AS21510JB1, AS21510PB1, AS21210JB1,
10+
AS21210PB1, AN8831X that all register with the PHY ID 0x7500
11+
0x7500 before the firmware is loaded.

drivers/net/phy/as21xxx/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#
2+
# Makefile for Aeonsemi AS21XXX 10G PHY
3+
#
4+
obj-$(CONFIG_AS21XXX_PHY) += aeon_as21xxx.o
5+
aeon_as21xxx-objs := as21xxx.o as21xx_bbu_api/as21xx_debugfs.o as21xx_bbu_api/as21xx_api.o

0 commit comments

Comments
 (0)