Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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
  • Loading branch information
Linus Torvalds committed Sep 7, 2008
2 parents a22a9a9 + 8a65649 commit 4747832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sound/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -99,4 +102,3 @@ config AC97_BUS
sound although they're sharing the AC97 bus. Concerned drivers
should "select" this.

endif # SOUND

0 comments on commit 4747832

Please sign in to comment.