Skip to content
Snippets Groups Projects
Verified Commit 8babac21 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: enable driver for Turris 1.x switch chip

parent 5291dbd5
Branches
Tags
1 merge request!569Turris OS 6.0 (HBK)
Pipeline #102766 passed with stage
in 5 minutes and 31 seconds
From 74b4a34abfbab5fc1a3310951eaca9498409155a Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Thu, 4 Aug 2022 16:56:13 +0200
Subject: [PATCH] mpc85xx: p2020 enable: driver CONFIG_AT803X_PHY
This driver is for QCA8337N-AL3C chip, which is used as switch on Turris
1.x routers
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
---
target/linux/mpc85xx/p2020/config-default | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mpc85xx/p2020/config-default b/target/linux/mpc85xx/p2020/config-default
index ef32280dac..e6df5f4f1f 100644
--- a/target/linux/mpc85xx/p2020/config-default
+++ b/target/linux/mpc85xx/p2020/config-default
@@ -1,3 +1,4 @@
+CONFIG_AT803X_PHY
CONFIG_CPU_RMAP=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_IRQ_MIGRATION=y
--
2.34.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment