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

patches/openwrt: 5.15: enable CONFIG_REGULATOR

AT803X_PHY requires to have enabled CONFIG_REGULATOR [1]

[1] https://cateee.net/lkddb/web-lkddb/AT803X_PHY.html
parent 7630b343
Branches
Tags
1 merge request!569Turris OS 6.0 (HBK)
Pipeline #103714 failed with stage
in 6 minutes and 3 seconds
......@@ -15,7 +15,8 @@ diff --git a/target/linux/mpc85xx/p2020/config-default b/target/linux/mpc85xx/p2
index ef32280dac..e6df5f4f1f 100644
--- a/target/linux/mpc85xx/p2020/config-default
+++ b/target/linux/mpc85xx/p2020/config-default
@@ -1,3 +1,4 @@
@@ -1,3 +1,5 @@
+CONFIG_REGULATOR=y
+CONFIG_AT803X_PHY=y
CONFIG_CPU_RMAP=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
......
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