diff options
Diffstat (limited to 'sound/Kconfig')
| -rw-r--r-- | sound/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index fcad760f569..c710ce2c5c3 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -52,14 +52,11 @@ config SOUND_OSS_CORE_PRECLAIM Disabling this allows alternative OSS implementations. - Please read Documentation/feature-removal-schedule.txt for - details. - If unsure, say Y. source "sound/oss/dmasound/Kconfig" -if !M68K +if !M68K && !UML menuconfig SND tristate "Advanced Linux Sound Architecture" @@ -97,6 +94,8 @@ source "sound/sh/Kconfig" # here assuming USB is defined before ALSA source "sound/usb/Kconfig" +source "sound/firewire/Kconfig" + # the following will depend on the order of config. # here assuming PCMCIA is defined before ALSA source "sound/pcmcia/Kconfig" |
