[openwrt/openwrt] mediatek: mt7622: enable driver for Aquantia PHYs
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 26 11:17:39 PST 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e6c08c8272e147cfab04642d7daa0dfff1df9d3f
commit e6c08c8272e147cfab04642d7daa0dfff1df9d3f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Nov 2 00:57:36 2021 +0000
mediatek: mt7622: enable driver for Aquantia PHYs
Enable Aquantia Ethernet PHY driver as there is an AQR112C 2500Base-T
PHY in the Ubiquiti UniFi 6 LR access point.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/mt7622/config-5.10 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mediatek/mt7622/config-5.10 b/target/linux/mediatek/mt7622/config-5.10
index db52fb797a..da1b283f70 100644
--- a/target/linux/mediatek/mt7622/config-5.10
+++ b/target/linux/mediatek/mt7622/config-5.10
@@ -1,5 +1,6 @@
CONFIG_64BIT=y
# CONFIG_AHCI_MTK is not set
+CONFIG_AQUANTIA_PHY=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_KEEP_MEMBLOCK=y
CONFIG_ARCH_MEDIATEK=y
More information about the lede-commits
mailing list