diff options
| author | John Audia | 2022-02-26 18:09:24 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-02-28 20:52:01 +0000 |
| commit | d4c20ff948fc9c64b03af648f911f222fcb593a2 (patch) | |
| tree | 94b8a97187b4a896b5d15bb30b6970e3c2f4fdd9 | |
| parent | a68dd8057ce27cb8fe20443fbacfc9b066248133 (diff) | |
| download | openwrt-d4c20ff948fc9c64b03af648f911f222fcb593a2.tar.gz | |
bcm27xx: bcm2710: update defconfig
Ran `make kernel_menuconfig CONFIG_TARGET=bcm2710` having used the snapshot
config for bcm2710[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
1. https://downloads.openwrt.org/snapshots/targets/bcm27xx/bcm2710/config.buildinfo
Signed-off-by: John Audia <graysky@archlinux.us>
| -rw-r--r-- | target/linux/bcm27xx/bcm2710/config-5.10 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/bcm2710/config-5.10 b/target/linux/bcm27xx/bcm2710/config-5.10 index 39c00762ba..6e26891070 100644 --- a/target/linux/bcm27xx/bcm2710/config-5.10 +++ b/target/linux/bcm27xx/bcm2710/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 |