From 4ec2f33bfea560ecfa6b75e13abc515fe90d76a4 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Mon, 9 Mar 2020 16:30:24 -0700 Subject: [PATCH] kernel: 5.4: add unconfigured symbols This patch adds a few symbols that I found that need disabling in order to not break the build of octeontx Signed-off-by: Tim Harvey --- target/linux/generic/config-5.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 07eb95de8c..c4821ca6a3 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -790,6 +790,7 @@ CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y # CONFIG_CGROUPS is not set # CONFIG_CGROUP_BPF is not set # CONFIG_CGROUP_DEBUG is not set +# CONFIG_CGROUP_HUGETLB is not set # CONFIG_CGROUP_NET_CLASSID is not set # CONFIG_CGROUP_NET_PRIO is not set # CONFIG_CGROUP_RDMA is not set @@ -999,6 +1000,7 @@ CONFIG_CRYPTO_BLKCIPHER2=y # CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC is not set # CONFIG_CRYPTO_DEV_HIFN_795X is not set # CONFIG_CRYPTO_DEV_HISI_SEC is not set +# CONFIG_CRYPTO_DEV_HISI_ZIP is not set # CONFIG_CRYPTO_DEV_IMGTEC_HASH is not set # CONFIG_CRYPTO_DEV_MARVELL_CESA is not set # CONFIG_CRYPTO_DEV_MV_CESA is not set @@ -3991,6 +3993,7 @@ CONFIG_PINMUX=y CONFIG_PLUGIN_HOSTCC="" # CONFIG_PLX_HERMES is not set # CONFIG_PM is not set +# CONFIG_PMS7003 is not set # CONFIG_PMBUS is not set # CONFIG_PMC_MSP is not set # CONFIG_PMIC_ADP5520 is not set -- 2.30.2