]> git.baikalelectronics.ru Git - kernel.git/commit
Fix CONFIG_AC97_BUS dependency
authorTakashi Iwai <tiwai@suse.de>
Sat, 6 Sep 2008 09:43:41 +0000 (11:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 6 Sep 2008 09:43:41 +0000 (11:43 +0200)
commitd54f2d0aa7208d2f52f41bee86f895400be18605
tree862e288033b4ac4623f873c8c52782832d945e86
parent915dd2498944ad60fef782cdeca46771cfd4b760
Fix CONFIG_AC97_BUS dependency

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 <tiwai@suse.de>
Tested-by: Randy Dunlap <randy.dunlap@oracle.com>
sound/Kconfig