commit | 8dbfc5cfdcac04d656f6f6789eb8fcdcc3d2dfda | [log] [tgz] |
---|---|---|
author | Bodo Eggert <7eggert@gmx.de> | Tue Sep 06 15:16:39 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:19 2005 -0700 |
tree | 514031fbfd2896b3ad1b03e4d23b20c2132d91ab | |
parent | 820249bafe441dce5336ad544a5e709df42fceb5 [diff] |
[PATCH] use select in sound/isa/Kconfig In sound/isa/Kconfig, select ISAPNP and depend on ISAPNP are intermixed, resulting in funny behaviour. (Soundcarts get selectable if other soundcards are selected). This patch changes the "depend on ISAPNP"s to select. Signed-Off-By: Bodo Eggert <7eggert@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>