]> err.no Git - linux-2.6/commit
[PATCH] use select in sound/isa/Kconfig
authorBodo Eggert <7eggert@gmx.de>
Tue, 6 Sep 2005 22:16:39 +0000 (15:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:19 +0000 (16:57 -0700)
commit8dbfc5cfdcac04d656f6f6789eb8fcdcc3d2dfda
tree514031fbfd2896b3ad1b03e4d23b20c2132d91ab
parent820249bafe441dce5336ad544a5e709df42fceb5
[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>
sound/isa/Kconfig