ChangeSet 1.2242, 2005/04/04 08:07:30-07:00, [EMAIL PROTECTED]

        [PATCH] missing gameport dependencies
        
        several pci-only drivers marked as dependent on PCI.
        
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
        Signed-off-by: Al Viro <[EMAIL PROTECTED]>



 Kconfig |    4 ++++
 1 files changed, 4 insertions(+)


diff -Nru a/drivers/input/gameport/Kconfig b/drivers/input/gameport/Kconfig
--- a/drivers/input/gameport/Kconfig    2005-04-04 09:09:49 -07:00
+++ b/drivers/input/gameport/Kconfig    2005-04-04 09:09:49 -07:00
@@ -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
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to