diff options
author | Robert Marko <robimarko@gmail.com> | 2022-12-26 19:40:08 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2023-01-16 12:42:23 +0100 |
commit | 4359d10b0112127d8c0835ee670e4de3952ae0b2 (patch) | |
tree | 73ef2fc534ac9bfcc50b325a92f2606a683f2933 /target | |
parent | d9b80ba8b8091ece31fc564fd944a1634e435a6d (diff) | |
download | upstream-4359d10b0112127d8c0835ee670e4de3952ae0b2.tar.gz upstream-4359d10b0112127d8c0835ee670e4de3952ae0b2.tar.bz2 upstream-4359d10b0112127d8c0835ee670e4de3952ae0b2.zip |
kernel: 5.15: add missing kernel configuration options
Found during compilation of ipq807x with ALL_NONSHARED.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.15 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |