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>
This commit is contained in:
parent
8647ce0800
commit
21213c8156
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue