[PATCH] Kconfig: add temporary PCI dependency

Doug Ledford dledford at redhat.com
Thu Sep 3 17:41:31 UTC 2015


On 08/18/2015 10:15 AM, Mike Marciniszyn wrote:
> The move from infiniband to staging requires a temporary
> PCI dependency to fix 0-day build issues.  The
> drivers/infiniband/hw/Kconfig gratuitously added it for all drivers.

This was no longer needed after I created drivers/staging/rdma and moved
all the drivers into subdirectories of that directory.

> Signed-off-by: Mike Marciniszyn <mike.marciniszyn at intel.com>
> ---
>  drivers/staging/hfi1/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/hfi1/Kconfig b/drivers/staging/hfi1/Kconfig
> index 78bc89e..8a079ba 100644
> --- a/drivers/staging/hfi1/Kconfig
> +++ b/drivers/staging/hfi1/Kconfig
> @@ -1,6 +1,6 @@
>  config INFINIBAND_HFI1
>  	tristate "Intel OPA Gen1 support"
> -	depends on X86_64 && INFINIBAND
> +	depends on X86_64 && INFINIBAND && PCI
>  	default m
>  	---help---
>  	This is a low-level driver for Intel OPA Gen1 adapter.
> 


-- 
Doug Ledford <dledford at redhat.com>
              GPG KeyID: 0E572FDD


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20150903/5504d0d1/attachment.asc>


More information about the devel mailing list