From: Randy Dunlap Date: Sun, 10 Dec 2006 10:18:34 +0000 (-0800) Subject: [PATCH] ucb1400_ts depends SND_AC97_BUS X-Git-Tag: v2.6.20-rc2~85^2~103 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d4ba4a3b9aef95d328d74a17ae84f8d658059e2;p=pandora-kernel.git [PATCH] ucb1400_ts depends SND_AC97_BUS This driver is an AC97 codec according to its help text. However, if SOUND is disabled, the "select SND_AC97_BUS" still inserts that into the .config file: # # Sound # # CONFIG_SOUND is not set CONFIG_SND_AC97_BUS=m Even if the config software followed dependency chains on selects, we should try to limit usage of "select" to library-type code that is needed (e.g., CRC functions) instead of bus-type support. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed