From 6873cf4f632508e7a61235438d79a3a9910360df Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 16 Feb 2018 10:01:31 +0100 Subject: [PATCH] kernel: add missing symbols These cause mediatek arm to fail full builds Signed-off-by: John Crispin --- target/linux/generic/config-4.14 | 1 + target/linux/mediatek/config-4.14 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index f7d9ccae76..9d4b953a40 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -4494,6 +4494,7 @@ CONFIG_SND_PROC_FS=y # CONFIG_SND_SOC_MEDIATEK is not set # CONFIG_SND_SOC_MPC5200_AC97 is not set # CONFIG_SND_SOC_MPC5200_I2S is not set +# CONFIG_SND_SOC_MSM8916_WCD_ANALOG is not set # CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set # CONFIG_SND_SOC_MT2701 is not set # CONFIG_SND_SOC_MT8173 is not set diff --git a/target/linux/mediatek/config-4.14 b/target/linux/mediatek/config-4.14 index af22186682..febb7b5955 100644 --- a/target/linux/mediatek/config-4.14 +++ b/target/linux/mediatek/config-4.14 @@ -1,3 +1,4 @@ +# CONFIG_AHCI_MTK is not set # CONFIG_AIO is not set CONFIG_ALIGNMENT_TRAP=y CONFIG_ARCH_CLOCKSOURCE_DATA=y -- 2.30.2