[openwrt/openwrt] kernel: 5.15: add missing kernel configuration options
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 16 03:52:54 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4359d10b0112127d8c0835ee670e4de3952ae0b2
commit 4359d10b0112127d8c0835ee670e4de3952ae0b2
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Dec 26 19:40:08 2022 +0100
kernel: 5.15: add missing kernel configuration options
Found during compilation of ipq807x with ALL_NONSHARED.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/generic/config-5.15 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index df9755b19e..878a60e66b 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -897,6 +897,7 @@ CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CHARGER_LTC4162L is not set
# CONFIG_CHARGER_MANAGER is not set
# CONFIG_CHARGER_MAX8903 is not set
+# CONFIG_CHARGER_QCOM_SMBB is not set
# CONFIG_CHARGER_RT9455 is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_CHARGER_SMB347 is not set
@@ -2726,6 +2727,8 @@ CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PALMAS_PWRBUTTON is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PCSPKR is not set
+# CONFIG_INPUT_PM8941_PWRKEY is not set
+# CONFIG_INPUT_PM8XXX_VIBRATOR is not set
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_PWM_BEEPER is not set
More information about the lede-commits
mailing list