diff options
author | Sungbo Eo <mans0n@gorani.run> | 2022-09-18 03:06:18 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-09-18 03:09:19 +0900 |
commit | b201462c8999754b8ddd07de1cfb5d497503113f (patch) | |
tree | 45edaa83badee49f1a44d4d75219b66669223b61 /target/linux/ramips/mt76x8/config-5.15 | |
parent | bcd5d35dc0afcb6659841398348e1b64a80d3db1 (diff) | |
download | upstream-b201462c8999754b8ddd07de1cfb5d497503113f.tar.gz upstream-b201462c8999754b8ddd07de1cfb5d497503113f.tar.bz2 upstream-b201462c8999754b8ddd07de1cfb5d497503113f.zip |
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@gorani.run>
Diffstat (limited to 'target/linux/ramips/mt76x8/config-5.15')
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |