diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:11:59 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:41 +0100 |
commit | 3369465ed1a6a9aa9b885a6d7d8e074ecbd782da (patch) | |
tree | ac60be76e1d363caab63156c1390f1ab0c4ee96c /sound/Kconfig | |
parent | c039aff672a540f8976770e74599d350de1805cb (diff) |
um: switch to use of drivers/Kconfig
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index 1fef141ef8e7..261a03c8a209 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -59,7 +59,7 @@ config SOUND_OSS_CORE_PRECLAIM source "sound/oss/dmasound/Kconfig" -if !M68K +if !M68K && !UML menuconfig SND tristate "Advanced Linux Sound Architecture" |