Browse Source

staging: add dependencies on PCI for drivers that require it

This patch adds PCI dependencies to staging drivers that require it.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Jeff Mahoney 16 years ago
parent
commit
5fb4d2525b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/staging/b3dfg/Kconfig
  2. 1 0
      drivers/staging/heci/Kconfig

+ 1 - 0
drivers/staging/b3dfg/Kconfig

@@ -1,5 +1,6 @@
 config B3DFG
 config B3DFG
        tristate "Brontes 3d Frame Framegrabber"
        tristate "Brontes 3d Frame Framegrabber"
+       depends on PCI
        default n
        default n
        ---help---
        ---help---
          This driver provides support for the Brontes 3d Framegrabber
          This driver provides support for the Brontes 3d Framegrabber

+ 1 - 0
drivers/staging/heci/Kconfig

@@ -1,5 +1,6 @@
 config HECI
 config HECI
 	tristate "Intel Management Engine Interface (MEI) Support"
 	tristate "Intel Management Engine Interface (MEI) Support"
+	depends on PCI
 	---help---
 	---help---
 	  The Intel Management Engine Interface (Intel MEI) driver allows
 	  The Intel Management Engine Interface (Intel MEI) driver allows
 	  applications to access the Active Management Technology
 	  applications to access the Active Management Technology