Re: [PATCH 8/8] staging/mei: Updates to staging/Kconfig anestaging/Makefile and a new Makefile and Kconfig

From: Greg KH
Date: Wed Apr 27 2011 - 11:17:59 EST


On Wed, Apr 27, 2011 at 01:27:37PM +0300, Oren Weil wrote:
> --- /dev/null
> +++ b/drivers/staging/mei/Kconfig
> @@ -0,0 +1,10 @@
> +config INTEL_MEI
> + tristate "Intel Management Engine Interface (Intel MEI)"
> + depends on X86 && EXPERIMENTAL

You need a lot more dependencies here, please fix this.

> + help
> + The Intel Management Engine (Intel ME) provides Manageability,
> + Security and Media services for system containing Intel chipsets.
> + if selected /dev/mei misc device will be created.
> +
> + For more information see
> + <http://software.intel.com/en-us/manageability/>
> diff --git a/drivers/staging/mei/Makefile b/drivers/staging/mei/Makefile
> new file mode 100644
> index 0000000..21a5088
> --- /dev/null
> +++ b/drivers/staging/mei/Makefile
> @@ -0,0 +1,20 @@
> +#
> +# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
> +# Copyright (c) 2010-2011, Intel Corporation.
> +#
> +# This program is free software; you can redistribute it and/or modify it
> +# under the terms and conditions of the GNU General Public License,
> +# version 2, as published by the Free Software Foundation.
> +#
> +# This program is distributed in the hope it will be useful, but WITHOUT
> +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
> +# more details.
> +#

This is not a program, it is a Makefile, this header can be removed.

thanks,

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