diff options
author | Andreas Böhler <dev@aboehler.at> | 2023-05-14 16:39:15 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-01 15:31:56 +0200 |
commit | a9c92b913ac4d4a9205f8e3cd87cc67e424568be (patch) | |
tree | 6783a9c0cc80afddfc071d7d250d2362b5072d94 | |
parent | 42c99789ac15de2d130c08347f50b80a3d038a26 (diff) | |
download | upstream-a9c92b913ac4d4a9205f8e3cd87cc67e424568be.tar.gz upstream-a9c92b913ac4d4a9205f8e3cd87cc67e424568be.tar.bz2 upstream-a9c92b913ac4d4a9205f8e3cd87cc67e424568be.zip |
ipq40xx: Enable gpio-restart in kernel configuration
Some ZTE devices require the gpio-restart driver to support restarting the
LTE modem along with OpenWrt
Signed-off-by: Andreas Böhler <dev@aboehler.at>
(cherry picked from commit 9ffdaa7fa1478146b5d8c77d4b3a5d4d4007a487)
-rw-r--r-- | target/linux/ipq40xx/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/config-5.15 b/target/linux/ipq40xx/config-5.15 index d5bde55178..0acc013a81 100644 --- a/target/linux/ipq40xx/config-5.15 +++ b/target/linux/ipq40xx/config-5.15 @@ -376,6 +376,7 @@ CONFIG_PINCTRL_MSM=y # CONFIG_PINCTRL_SM8250 is not set CONFIG_PM_OPP=y CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_MSM=y CONFIG_POWER_SUPPLY=y CONFIG_PPS=y |