[PATCH 1/1] sandbox: symbol CONFIG_DM_SOUND does not exist

Tom Rini trini at konsulko.com
Wed Feb 25 15:33:21 CET 2026


On Wed, Feb 25, 2026 at 10:42:33AM +0100, Heinrich Schuchardt wrote:

> The correct configuration symbol is CONFIG_SOUND.
> But without CONFIG_SOUND_SANDBOX there will be no output.
> 
> Imply both CONFIG_SOUND and CONFIG_SOUND_SANDBOX on the sandbox.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  arch/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/Kconfig b/arch/Kconfig
> index 4af0da2485f..f59fd80d0e2 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -250,7 +250,8 @@ config SANDBOX
>  	# Re-enable this when fully implemented
>  	# imply VIRTIO_BLK
>  	imply VIRTIO_NET
> -	imply DM_SOUND
> +	imply SOUND
> +	imply SOUND_SANDBOX
>  	imply PCI_SANDBOX_EP
>  	imply PCH
>  	imply PHYLIB

We should just s/DM_SOUND/SOUND/ in here, and fixup
drivers/sound/Kconfig's SOUND_SANDBOX entry in another (drop depends on
SOUND, add default y since it depends on SANDBOX already).

And thanks for going and fixing up a bunch of the odd symbols we have (I
ran the script you want to import, there are *a*lot*) !

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260225/85ee9b5a/attachment.sig>


More information about the U-Boot mailing list