diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:11:59 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:41 -0400 |
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 | |||
59 | 59 | ||
60 | source "sound/oss/dmasound/Kconfig" | 60 | source "sound/oss/dmasound/Kconfig" |
61 | 61 | ||
62 | if !M68K | 62 | if !M68K && !UML |
63 | 63 | ||
64 | menuconfig SND | 64 | menuconfig SND |
65 | tristate "Advanced Linux Sound Architecture" | 65 | tristate "Advanced Linux Sound Architecture" |