lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 19 Nov 2014 00:03:08 +0000
From:	James Hogan <james.hogan@...tec.com>
To:	Andrew Bresticker <abrestic@...omium.org>
CC:	Wolfram Sang <wsa@...-dreams.de>,
	Ezequiel Garcia <ezequiel.garcia@...tec.com>,
	James Hartley <james.hartley@...tec.com>,
	<linux-i2c@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] i2c: img-scb: Allow building for MIPS

On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote:
> The SCB is present on IMG SoCs other than the META-based TZ1090,
> such as the MIPS-based Pistachio SoC.  Relax the Kconfig dependency
> so that it can be built on any MIPS or META machine.
> 
> Signed-off-by: Andrew Bresticker <abrestic@...omium.org>

Looks good to me.

Acked-by: James Hogan <james.hogan@...tec.com>

Cheers
James

> ---
> Based on i2c/for-next
> ---
>  drivers/i2c/busses/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 03c6119..16c649a 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -526,10 +526,10 @@ config I2C_IBM_IIC
>  
>  config I2C_IMG
>  	tristate "Imagination Technologies I2C SCB Controller"
> -	depends on SOC_TZ1090 || COMPILE_TEST
> +	depends on MIPS || METAG || COMPILE_TEST
>  	help
>  	  Say Y here if you want to use the IMG I2C SCB controller,
> -	  available on the TZ1090 SoC.
> +	  available on the TZ1090 and other IMG SoCs.
>  
>  	  This driver can also be built as a module.  If so, the module
>  	  will be called i2c-img-scb.
> -- 
> 2.1.0.rc2.206.gedb03e5
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ