Messages in this thread Patch in this message |  | | | Date | Sat, 06 Sep 2008 11:53:08 +0200 | | From | Takashi Iwai <> | | Subject | [GIT PULL] ALSA fix | |
Linus,
please pull another ALSA fix for 2.6.27-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus
which is a simple regression fix in Kconfig.
Thanks!
Takashi
===
Takashi Iwai (1):
Fix CONFIG_AC97_BUS dependency
sound/Kconfig | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/sound/Kconfig b/sound/Kconfig
index a37bee0..8ebf512 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -91,6 +91,9 @@ endif # SOUND_PRIME
endif # !M68K
+endif # SOUND
+
+# AC97_BUS is used from both sound and ucb1400
config AC97_BUS
tristate
help
@@ -99,4 +102,3 @@ config AC97_BUS
sound although they're sharing the AC97 bus. Concerned drivers
should "select" this.
-endif # SOUND
|  |