Skip to content

Commit

Permalink
Fix CONFIG_AC97_BUS dependency
Browse files Browse the repository at this point in the history
CONFIG_AC97_BUS is used from both sound and ucb1400 drivers.
The recent change in Kconfig introduced the exclusive dependency on
CONFIG_SOUND, and disabled the ucb1400 build without sound.
This patch makes CONFIG_AC97_BUS independent.

Signed-off-by: Takashi Iwai <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
  • Loading branch information
tiwai committed Sep 6, 2008
1 parent ee979a1 commit 8a65649
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 8a65649

Please sign in to comment.