diff options
| -rw-r--r-- | series | 1 | ||||
| -rw-r--r-- | staging/staging-add-dependencies-on-pci-for-drivers-that-require-it.patch | 31 |
2 files changed, 32 insertions, 0 deletions
@@ -184,6 +184,7 @@ usb/usb-ohci-pxa27x-reconfigure-power-settings-on-resume.patch staging/staging-rt2870-add-usb-id-for-linksys-planex-communications-belkin.patch staging/staging-rt2870-revert-d44ca7-removal-of-kernel_thread-api.patch staging/staging-rtl8192su-fix-build-error.patch +staging/staging-add-dependencies-on-pci-for-drivers-that-require-it.patch # for after .31: staging/staging-android-binder-move-debugging-mask-into-a-macro.patch diff --git a/staging/staging-add-dependencies-on-pci-for-drivers-that-require-it.patch b/staging/staging-add-dependencies-on-pci-for-drivers-that-require-it.patch new file mode 100644 index 00000000000000..bd7b33cb0e5f22 --- /dev/null +++ b/staging/staging-add-dependencies-on-pci-for-drivers-that-require-it.patch @@ -0,0 +1,31 @@ +From: Jeff Mahoney <jeffm@suse.com> +Subject: 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> + +--- + drivers/staging/b3dfg/Kconfig | 1 + + drivers/staging/heci/Kconfig | 1 + + 2 files changed, 2 insertions(+) + +--- a/drivers/staging/b3dfg/Kconfig ++++ b/drivers/staging/b3dfg/Kconfig +@@ -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 +--- a/drivers/staging/heci/Kconfig ++++ b/drivers/staging/heci/Kconfig +@@ -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 |
