[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>
diff --git a/drivers/input/gameport/Kconfig b/drivers/input/gameport/Kconfig
index f67daf0..6282f46 100644
--- a/drivers/input/gameport/Kconfig
+++ b/drivers/input/gameport/Kconfig
@@ -41,6 +41,7 @@
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_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_FM801
tristate "ForteMedia FM801 gameport support"
+ depends on PCI
config GAMEPORT_CS461X
tristate "Crystal SoundFusion gameport support"
+ depends on PCI
endif