diff options
Diffstat (limited to 'sound/Kconfig')
| -rw-r--r-- | sound/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index e56d96d2b11c..8b40205394fe 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig SOUND tristate "Sound card support" - depends on HAS_IOMEM + depends on HAS_IOMEM || INDIRECT_IOMEM help If you have a sound card in your computer, i.e. if it can say more than an occasional beep, say Y. @@ -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,11 +101,8 @@ source "sound/virtio/Kconfig" endif # SND -endif # !UML - endif # SOUND -# AC97_BUS is used from both sound and ucb1400 config AC97_BUS tristate help |
