diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2024-05-31 14:39:51 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-06-02 17:56:28 +0200 |
commit | 21213c8156ccca90c135910b2ae2cdf40b8d98c3 (patch) | |
tree | d0e07731193998a8b45029b5658c940263c31d8a | |
parent | 8647ce080037e5e71571292574c6770190212dd3 (diff) | |
download | openwrt-21213c8156ccca90c135910b2ae2cdf40b8d98c3.tar.gz openwrt-21213c8156ccca90c135910b2ae2cdf40b8d98c3.tar.bz2 openwrt-21213c8156ccca90c135910b2ae2cdf40b8d98c3.zip |
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.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | target/linux/tegra/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/tegra/config-6.6 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/tegra/config-5.15 b/target/linux/tegra/config-5.15 index 1600dd7f21..c143c3f5a9 100644 --- a/target/linux/tegra/config-5.15 +++ b/target/linux/tegra/config-5.15 @@ -389,7 +389,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 diff --git a/target/linux/tegra/config-6.6 b/target/linux/tegra/config-6.6 index c3ffff01dc..c86a51a572 100644 --- a/target/linux/tegra/config-6.6 +++ b/target/linux/tegra/config-6.6 @@ -430,7 +430,6 @@ CONFIG_SND=y CONFIG_SND_AUDIO_GRAPH_CARD=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 |