summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2026-02-25 18:38:14 +0100
committerTom Rini <[email protected]>2026-03-13 13:21:49 -0600
commit7f35a4251dae2b1c94c959ac15cf4d0814485a88 (patch)
tree5366e0663cc888edf580aebd7864852e4b9f28a8
parente7ad95aa3f1180823e07dd30c8c24494a07ca814 (diff)
sandbox: symbol CONFIG_DM_SOUND does not exist
The correct configuration symbol is CONFIG_SOUND. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Tom Rini <[email protected]>
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 30aefa9aae2..fb3e8d598e7 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