diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-11-26 10:11:39 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-11-26 10:13:11 +0100 |
commit | 64da7c8af7490f3ad3790646c40784e5b478090d (patch) | |
tree | e5055116a48a3cb14ba8d482fd6887887c5f473c /target/linux/bcm27xx/bcm2710 | |
parent | 3564c22e46d5b025b174ee9b25291413a4621b21 (diff) | |
download | upstream-64da7c8af7490f3ad3790646c40784e5b478090d.tar.gz upstream-64da7c8af7490f3ad3790646c40784e5b478090d.tar.bz2 upstream-64da7c8af7490f3ad3790646c40784e5b478090d.zip |
bcm27xx: fix CI build after config refresh
As reported by @kuanyili on Github, commit 3564c22e46d5 broke CI build:
https://github.com/openwrt/openwrt/commit/3564c22e46d5b025b174ee9b25291413a4621b21#commitcomment-91091149
Adding back those symbols fixes the problem.
Fixes: 3564c22e46d5 ("bcm27xx: disable duplicate sdhost driver")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/bcm2710')
-rw-r--r-- | target/linux/bcm27xx/bcm2710/config-5.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/bcm2710/config-5.10 b/target/linux/bcm27xx/bcm2710/config-5.10 index cf76430c57..8f89ae4e4f 100644 --- a/target/linux/bcm27xx/bcm2710/config-5.10 +++ b/target/linux/bcm27xx/bcm2710/config-5.10 @@ -393,6 +393,8 @@ CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SG_POOL=y CONFIG_SMP=y CONFIG_SMSC_PHY=y +# CONFIG_SND_SOC_AD193X_I2C is not set +# CONFIG_SND_SOC_AD193X_SPI is not set CONFIG_SPARSEMEM=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_MANUAL=y |