immortalwrt/target/linux
Stijn Tintel 2c09ec436a bcm27xx: add SND_SOC_AD193X_{I2C,SPI} symbols
When building an image for the bcm27xx target, some combinations of
config options will fail to build due the SND_SOC_AD193X_I2C and
SND_SOC_AD193X_SPI kernel config symbols being missing.

The problem only occurs on bcm27xx as the target contains a patch that
modifies the Kconfig file containing the symbols; in the vanilla kernel,
there is no string after the tristate keyword so the symbol is not
exposed.

The _I2C symbol depends on I2C, which is enabled in the kernel configs
of all bcm27xx subtargets.

The _SPI symbol depends on SPI_MASTER, which is exposed by either
kmod-mmc-spi, kmod-spi-bitbang, kmod-spi-dev, kmod-spi-bcm2835 or
kmod-spi-bcm2835-aux.

Both symbols are defined in the sound/soc/codecs directory, which is
only included when SND_SOC is enabled, so this problem doesn't occur
when kmod-sound-soc-core is not enabled. As the
kmod-sound-soc-bcm2835-i2s package disables the SND_SOC_AD193X_SPI
symbol, it also doesn't occur when kmod-sound-soc-bcm2835-i2s is
enabled.

As there are several possible config combinations that do exhibit this
problem, it is best to solve it by adding the missing symbols to the
subtarget kernel configs. By doing this we can remove them from the
kmod-sound-soc-bcm2835-i2s package.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-10-07 00:04:54 +08:00
..
apm821xx kernel: bump 5.4 to 5.4.145 2021-09-15 10:29:40 +08:00
arc770 arc770: drop target 2021-09-14 03:17:29 +08:00
archs38 kernel: Add missing kernel config options 2021-09-16 23:53:31 +08:00
armvirt kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
at91 kernel: move some drm symbols to generic config 2021-06-14 11:48:45 +08:00
ath25 Merge Mainline 2021-09-23 10:13:31 +08:00
ath79 ath79: add support for TP-Link CPE710-v1 2021-09-27 23:56:37 +08:00
bcm27xx bcm27xx: add SND_SOC_AD193X_{I2C,SPI} symbols 2021-10-07 00:04:54 +08:00
bcm47xx bcm47xx: use device vendor/model variable 2021-09-29 23:38:48 +08:00
bcm53xx kernel: bump 5.4 to 5.4.150 2021-10-05 23:56:32 +08:00
bcm63xx bcm63xx: remove memcpy from mac assignment 2021-09-23 23:51:29 +08:00
bcm4908 kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
bmips linux: update b53 upstream driver 2021-09-19 23:57:41 +08:00
gemini kernel: bump 5.4 to 5.4.150 2021-10-05 23:56:32 +08:00
generic kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
imx6 Merge Mainline 2021-09-23 10:13:31 +08:00
ipq40xx Merge Mainline 2021-09-23 10:13:31 +08:00
ipq806x kernel: bump 5.4 to 5.4.150 2021-10-05 23:56:32 +08:00
ipq807x kernel: Set CONFIG_RCU_CPU_STALL_TIMEOUT=21 2021-09-10 12:26:08 +08:00
kirkwood kirkwood: refresh kernel config 2021-10-06 23:56:13 +08:00
lantiq kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
layerscape kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
malta kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
mediatek kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
mpc85xx kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
mvebu kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
mxs treewide: switch the timer frequency to 100 Hz 2021-04-22 23:12:24 +08:00
octeon kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
octeontx kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
omap kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
oxnas kernel: bump 5.4 to 5.4.150 2021-10-05 23:56:32 +08:00
pistachio kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
ramips ramips: add support for Netgear R7450 2021-09-27 23:56:07 +08:00
realtek kernel: bump 5.10 to 5.10.70 2021-10-05 23:55:51 +08:00
rockchip kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
sunxi kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
tegra kernel: Set CONFIG_RCU_CPU_STALL_TIMEOUT=21 2021-09-10 12:26:08 +08:00
uml treewide: switch the timer frequency to 100 Hz 2021-04-22 23:12:24 +08:00
x86 x86: use device vendor/model variable 2021-09-29 23:38:29 +08:00
zynq Merge Mainline 2021-09-23 10:13:31 +08:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00