From d21ca622e8b80559aba9c012905aa77d1ce13ee8 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Sun, 3 Apr 2005 18:07:30 -0700 Subject: [PATCH] missing gameport dependencies several pci-only drivers marked as dependent on PCI. Signed-off-by: Linus Torvalds Signed-off-by: Al Viro --- drivers/input/gameport/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.2.3-korg