diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 20:46:09 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 22:46:09 +0100 |
commit | e48465bdd863e6a4cf44703d85d595378b61e791 (patch) | |
tree | c911216ff12b8ad789da284cf49dea8b36fdb08e /target | |
parent | e889489bedfd2830411bd0cf6564b8272aa9c254 (diff) | |
download | upstream-e48465bdd863e6a4cf44703d85d595378b61e791.tar.gz upstream-e48465bdd863e6a4cf44703d85d595378b61e791.tar.bz2 upstream-e48465bdd863e6a4cf44703d85d595378b61e791.zip |
kernel: 5.4: add unconfigured symbols
This patch adds a few more symbols that I found that
need disabling in order to not break the automatic build.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 1c30792296..bee877f7df 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -1051,6 +1051,7 @@ CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y # CONFIG_CRYPTO_MORUS1280_SSE2 is not set # CONFIG_CRYPTO_MORUS640 is not set # CONFIG_CRYPTO_MORUS640_SSE2 is not set +# CONFIG_CRYPTO_NHPOLY1305_NEON is not set # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_OFB is not set # CONFIG_CRYPTO_PCBC is not set @@ -4060,6 +4061,7 @@ CONFIG_PWRSEQ_SIMPLE=y # CONFIG_QCOM_HIDMA is not set # CONFIG_QCOM_HIDMA_MGMT is not set # CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set +# CONFIG_QCOM_SPMI_ADC5 is not set # CONFIG_QCOM_SPMI_IADC is not set # CONFIG_QCOM_SPMI_TEMP_ALARM is not set # CONFIG_QCOM_SPMI_VADC is not set @@ -4447,6 +4449,7 @@ CONFIG_SCSI_MOD=y # CONFIG_SCSI_MVSAS_DEBUG is not set # CONFIG_SCSI_MVUMI is not set # CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set # CONFIG_SCSI_NCR53C406A is not set # CONFIG_SCSI_NETLINK is not set # CONFIG_SCSI_NSP32 is not set @@ -4620,6 +4623,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_NPCM7XX is not set # CONFIG_SENSORS_NSA320 is not set # CONFIG_SENSORS_NTC_THERMISTOR is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_PCF8591 is not set @@ -5379,6 +5383,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TC35815 is not set # CONFIG_TCG_ATMEL is not set # CONFIG_TCG_CRB is not set +# CONFIG_TCG_FTPM_TEE is not set # CONFIG_TCG_INFINEON is not set # CONFIG_TCG_NSC is not set # CONFIG_TCG_ST33_I2C is not set |