The correct configuration symbol is CONFIG_SOUND.
Signed-off-by: Heinrich Schuchardt <[email protected]>
---
v2:
Do not imply SOUND_SANDBOX.
In a future patch we could let it default to y.
---
arch/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index 4af0da2485f..bd0b54ae0fb 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -250,7 +250,7 @@ config SANDBOX
# Re-enable this when fully implemented
# imply VIRTIO_BLK
imply VIRTIO_NET
- imply DM_SOUND
+ imply SOUND
imply PCI_SANDBOX_EP
imply PCH
imply PHYLIB
--
2.51.0