[openwrt/openwrt] ramips: 5.15: add disabled PINCTRL_AW9523

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 17 11:10:42 PDT 2022


mans0n pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b201462c8999754b8ddd07de1cfb5d497503113f

commit b201462c8999754b8ddd07de1cfb5d497503113f
Author: Sungbo Eo <mans0n at gorani.run>
AuthorDate: Sun Sep 18 03:06:18 2022 +0900

    ramips: 5.15: add disabled PINCTRL_AW9523
    
    Otherwise kernel 5.15 will fail to build on subtargets except for mt7621
    that has enabled the config.
    The disabled PINCTRL_AW9523 config disappears after a refresh, it needs
    to be added back manually.
    
    Fixes: 675cf7557829 ("ramips: add config-5.15 for mt7620 subtarget")
    Fixes: 001176994a58 ("ramips: add config-5.15 for mt76x8 subtarget")
    Fixes: b9d9f33c330e ("ramips: add config-5.15 for rt288x subtarget")
    Fixes: 0164dc0c2563 ("ramips: add config-5.15 for rt305x subtarget")
    Fixes: ef59da866982 ("ramips: add config-5.15 for rt3883 subtarget")
    Signed-off-by: Sungbo Eo <mans0n at gorani.run>
---
 target/linux/ramips/mt7620/config-5.15 | 1 +
 target/linux/ramips/mt76x8/config-5.15 | 1 +
 target/linux/ramips/rt288x/config-5.15 | 1 +
 target/linux/ramips/rt305x/config-5.15 | 1 +
 target/linux/ramips/rt3883/config-5.15 | 1 +
 5 files changed, 5 insertions(+)

diff --git a/target/linux/ramips/mt7620/config-5.15 b/target/linux/ramips/mt7620/config-5.15
index f739be0ce3..d6c6995efe 100644
--- a/target/linux/ramips/mt7620/config-5.15
+++ b/target/linux/ramips/mt7620/config-5.15
@@ -151,6 +151,7 @@ CONFIG_PHYLIB=y
 # CONFIG_PHY_MT7621_PCI is not set
 CONFIG_PHY_RALINK_USB=y
 CONFIG_PINCTRL=y
+# CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_MT7620=y
 CONFIG_PINCTRL_RALINK=y
 # CONFIG_PINCTRL_SINGLE is not set
diff --git a/target/linux/ramips/mt76x8/config-5.15 b/target/linux/ramips/mt76x8/config-5.15
index b16a9a5cde..555b57fe60 100644
--- a/target/linux/ramips/mt76x8/config-5.15
+++ b/target/linux/ramips/mt76x8/config-5.15
@@ -144,6 +144,7 @@ CONFIG_PHYLIB=y
 # CONFIG_PHY_MT7621_PCI is not set
 CONFIG_PHY_RALINK_USB=y
 CONFIG_PINCTRL=y
+# CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_MT7620=y
 CONFIG_PINCTRL_RALINK=y
 # CONFIG_PINCTRL_SINGLE is not set
diff --git a/target/linux/ramips/rt288x/config-5.15 b/target/linux/ramips/rt288x/config-5.15
index 07e839999e..1cf653163b 100644
--- a/target/linux/ramips/rt288x/config-5.15
+++ b/target/linux/ramips/rt288x/config-5.15
@@ -133,6 +133,7 @@ CONFIG_PHYLIB=y
 # CONFIG_PHY_MT7621_PCI is not set
 # CONFIG_PHY_RALINK_USB is not set
 CONFIG_PINCTRL=y
+# CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_RALINK=y
 CONFIG_PINCTRL_RT288X=y
 # CONFIG_PINCTRL_SINGLE is not set
diff --git a/target/linux/ramips/rt305x/config-5.15 b/target/linux/ramips/rt305x/config-5.15
index d4833b61b0..69835c8b54 100644
--- a/target/linux/ramips/rt305x/config-5.15
+++ b/target/linux/ramips/rt305x/config-5.15
@@ -133,6 +133,7 @@ CONFIG_PHYLIB=y
 # CONFIG_PHY_MT7621_PCI is not set
 CONFIG_PHY_RALINK_USB=y
 CONFIG_PINCTRL=y
+# CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_RALINK=y
 CONFIG_PINCTRL_RT305X=y
 # CONFIG_PINCTRL_SINGLE is not set
diff --git a/target/linux/ramips/rt3883/config-5.15 b/target/linux/ramips/rt3883/config-5.15
index 8637885254..4dd839be72 100644
--- a/target/linux/ramips/rt3883/config-5.15
+++ b/target/linux/ramips/rt3883/config-5.15
@@ -133,6 +133,7 @@ CONFIG_PHYLIB=y
 # CONFIG_PHY_MT7621_PCI is not set
 CONFIG_PHY_RALINK_USB=y
 CONFIG_PINCTRL=y
+# CONFIG_PINCTRL_AW9523 is not set
 CONFIG_PINCTRL_RALINK=y
 CONFIG_PINCTRL_RT3883=y
 # CONFIG_PINCTRL_SINGLE is not set




More information about the lede-commits mailing list