commit | 8a656496b21efd95fd55b66e0601c5ad41f9b156 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sat Sep 06 11:43:41 2008 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Sep 06 11:43:41 2008 +0200 |
tree | 862e288033b4ac4623f873c8c52782832d945e86 | |
parent | ee979a143cfd999adea8a9e272649a3cd9ec84bc [diff] |
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>