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>
This commit is contained in:
parent
ce9c010c5c
commit
5fb4d2525b
|
@ -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,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
|
||||||
|
|
Loading…
Reference in New Issue