On Mon, 2015-03-30 at 18:36 -0700, Sudeep Dutt wrote:
> --- a/drivers/misc/mic/Kconfig
> +++ b/drivers/misc/mic/Kconfig

> +config SCIF_BUS
> +     tristate "SCIF Bus Driver"
> +     depends on 64BIT && PCI && X86 && X86_DEV_DMA_OPS

Can't this be simplified to just
        depends on X86_64 && PCI

or is this bus expected to be used outside of 64 bit X86?

> +     help
> +       This option is selected by any driver which registers a
> +       device or driver on the SCIF Bus, such as CONFIG_INTEL_MIC_HOST
> +       and CONFIG_INTEL_MIC_CARD.
> +
> +       If you are building a host/card kernel with an Intel MIC device
> +       then say M (recommended) or Y, else say N. If unsure say N.
> +
> +       More information about the Intel MIC family as well as the Linux
> +       OS and tools for MIC to use with this driver are available from
> +       <http://software.intel.com/en-us/mic-developer>.


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to