From: Mark Brown Date: Tue, 18 Jul 2023 00:28:44 +0000 (+0100) Subject: ALSA: Enable build with UML X-Git-Tag: v6.6.7~1940^2^2~201^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=512d092d78823f9813f4af38090b33c454137a4c;p=platform%2Fkernel%2Flinux-starfive.git ALSA: Enable build with UML In order to facilitate testing using KUnit allow ALSA to build with UML, it's not super useful at runtime but that's a user problem rather than an actual dependency. The apparent reason for the dependency was the widespread use of iomem APIs in ALSA drivers, earlier patches in this series have provided stubs for these APIs so that there are no build time issues even without individual drivers having IOMEM dependencies added. Tested-by: David Gow Reviewed-by: Takashi Iwai Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20230718-asoc-topology-kunit-enable-v2-3-0ee11e662b92@kernel.org Signed-off-by: Mark Brown --- diff --git a/sound/Kconfig b/sound/Kconfig index 0ddfb71..f0e1582 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -39,8 +39,6 @@ config SOUND_OSS_CORE_PRECLAIM source "sound/oss/dmasound/Kconfig" -if !UML - menuconfig SND tristate "Advanced Linux Sound Architecture" help @@ -103,8 +101,6 @@ source "sound/virtio/Kconfig" endif # SND -endif # !UML - endif # SOUND config AC97_BUS