diff options
author | John Audia <graysky@archlinux.us> | 2022-02-26 12:05:19 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-02-28 21:52:01 +0100 |
commit | a68dd8057ce27cb8fe20443fbacfc9b066248133 (patch) | |
tree | 734f0b70b79de78f8c5c77c9f20342a0747e3b24 /target/linux/bcm27xx/bcm2711 | |
parent | 4a956a06f23f56162f90eec79a3cbc6caa732681 (diff) | |
download | upstream-a68dd8057ce27cb8fe20443fbacfc9b066248133.tar.gz upstream-a68dd8057ce27cb8fe20443fbacfc9b066248133.tar.bz2 upstream-a68dd8057ce27cb8fe20443fbacfc9b066248133.zip |
bcm27xx: bcm2711: update defconfig
Ran `make kernel_menuconfig CONFIG_TARGET=bcm2711` having used the snapshot
config for bcm2711[1]. Manually added back two symbols that the make target
removed, namely:
* # CONFIG_SND_SOC_AD193X_I2C is not set
* # CONFIG_SND_SOC_AD193X_SPI is not set
Without adding these back, the build fails due to unsatisfied deps[2].
Build system: x86_64
Build-tested: bcm2711/multidevices
1. https://downloads.openwrt.org/snapshots/targets/bcm27xx/bcm2711/config.buildinfo
2. https://github.com/openwrt/openwrt/commit/a478202d74b66c3da17d57442649eb4f131fc7b2#commitcomment-67096592
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/bcm27xx/bcm2711')
-rw-r--r-- | target/linux/bcm27xx/bcm2711/config-5.10 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/bcm2711/config-5.10 b/target/linux/bcm27xx/bcm2711/config-5.10 index ed095231ae..03d84378b3 100644 --- a/target/linux/bcm27xx/bcm2711/config-5.10 +++ b/target/linux/bcm27xx/bcm2711/config-5.10 @@ -37,8 +37,6 @@ CONFIG_ARM64_VA_BITS=39 CONFIG_ARM64_VA_BITS_39=y CONFIG_ARM64_VHE=y CONFIG_ARM64_WORKAROUND_CLEAN_CACHE=y -CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y -CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT=y CONFIG_ARM_AMBA=y CONFIG_ARM_ARCH_TIMER=y CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y |