Skip to content

Commit 4747832

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: Fix CONFIG_AC97_BUS dependency
2 parents a22a9a9 + 8a65649 commit 4747832

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sound/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ endif # SOUND_PRIME
9191

9292
endif # !M68K
9393

94+
endif # SOUND
95+
96+
# AC97_BUS is used from both sound and ucb1400
9497
config AC97_BUS
9598
tristate
9699
help
@@ -99,4 +102,3 @@ config AC97_BUS
99102
sound although they're sharing the AC97 bus. Concerned drivers
100103
should "select" this.
101104

102-
endif # SOUND

0 commit comments

Comments
 (0)