aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2005-04-03 18:07:30 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-03 18:07:30 -0700
commitd21ca622e8b80559aba9c012905aa77d1ce13ee8 (patch)
treebbeb2aa0bb426ffbd3495aef98c97c3dfe09c98e
parent92bff94b41b20bfb9812514abcbaea943d1eaf62 (diff)
[PATCH] missing gameport dependencies
several pci-only drivers marked as dependent on PCI. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
-rw-r--r--drivers/input/gameport/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/gameport/Kconfig b/drivers/input/gameport/Kconfig
index f67daf023b320..6282f460aba00 100644
--- a/drivers/input/gameport/Kconfig
+++ b/drivers/input/gameport/Kconfig
@@ -41,6 +41,7 @@ config GAMEPORT_L4
config GAMEPORT_EMU10K1
tristate "SB Live and Audigy gameport support"
+ depends on PCI
help
Say Y here if you have a SoundBlaster Live! or SoundBlaster
Audigy card and want to use its gameport.
@@ -50,6 +51,7 @@ config GAMEPORT_EMU10K1
config GAMEPORT_VORTEX
tristate "Aureal Vortex, Vortex 2 gameport support"
+ depends on PCI
help
Say Y here if you have an Aureal Vortex 1 or 2 card and want
to use its gameport.
@@ -59,9 +61,11 @@ config GAMEPORT_VORTEX
config GAMEPORT_FM801
tristate "ForteMedia FM801 gameport support"
+ depends on PCI
config GAMEPORT_CS461X
tristate "Crystal SoundFusion gameport support"
+ depends on PCI
endif