diff options
| author | Hauke Mehrtens | 2024-05-31 12:39:51 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-08 19:13:26 +0000 |
| commit | 5a4231814b566cd8e27d06529388e558456d958e (patch) | |
| tree | 02c11bb0f5e139fa11fe0b002f9fd87961c5f69b | |
| parent | 04b0f1e7f16b0870ddf4c7c1241aecc6d3d1a721 (diff) | |
| download | openwrt-5a4231814b566cd8e27d06529388e558456d958e.tar.gz | |
tegra: Activate CONFIG_SND_DRIVERS
The option CONFIG_SND_DRIVERS is activated by default in the generic
configuration, do not deactivate it for tegra. This fixes the build of
the kmod-sound-dummy package on tegra.
(cherry picked from commit 21213c8156ccca90c135910b2ae2cdf40b8d98c3)
Link: https://github.com/openwrt/openwrt/pull/15898
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/tegra/config-5.15 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/tegra/config-5.15 b/target/linux/tegra/config-5.15 index 257ffda252..3434bd7a9a 100644 --- a/target/linux/tegra/config-5.15 +++ b/target/linux/tegra/config-5.15 @@ -386,7 +386,6 @@ CONFIG_SMP_ON_UP=y CONFIG_SND=y # CONFIG_SND_COMPRESS_OFFLOAD is not set CONFIG_SND_DMAENGINE_PCM=y -# CONFIG_SND_DRIVERS is not set # CONFIG_SND_HDA_TEGRA is not set CONFIG_SND_JACK=y CONFIG_SND_JACK_INPUT_DEV=y |