Skip to content

Commit

Permalink
staging: add dependencies on PCI for drivers that require it
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Mahoney authored and Greg Kroah-Hartman committed Aug 7, 2009
1 parent ce9c010 commit 5fb4d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/b3dfg/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config B3DFG
tristate "Brontes 3d Frame Framegrabber"
depends on PCI
default n
---help---
This driver provides support for the Brontes 3d Framegrabber
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/heci/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config HECI
tristate "Intel Management Engine Interface (MEI) Support"
depends on PCI
---help---
The Intel Management Engine Interface (Intel MEI) driver allows
applications to access the Active Management Technology
Expand Down

0 comments on commit 5fb4d25

Please sign in to comment.