diff options
author | Mark Brown <[email protected]> | 2023-07-18 01:28:44 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-07-18 15:19:01 +0100 |
commit | 512d092d78823f9813f4af38090b33c454137a4c (patch) | |
tree | ba086fd4c720bf69fad7dcbb02322080f99bac87 | |
parent | a0c74f6c9ea9cebd7a8f38142bf87e7c12c2905d (diff) |
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 <[email protected]>
Reviewed-by: Takashi Iwai <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index 0ddfb717b81d..f0e15822e858 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 |