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:	Tue, 27 May 2014 11:30:45 +0200
From:	Philipp Zabel <p.zabel@...gutronix.de>
To:	Axel Lin <axel.lin@...ics.com>
Cc:	Mark Brown <broonie@...nel.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regulator: ltc3589: Fix module dependency

Am Dienstag, den 27.05.2014, 13:51 +0800 schrieb Axel Lin:
> Make this driver depend on I2C and select REGMAP_I2C to fix build failure.
> Also allows this driver to be built as module.
> 
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Signed-off-by: Axel Lin <axel.lin@...ics.com>

Acked-by: Philipp Zabel <p.zabel@...gutronix.de>

> ---
>  drivers/regulator/Kconfig | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> index 8f5c880..c2fa0b4 100644
> --- a/drivers/regulator/Kconfig
> +++ b/drivers/regulator/Kconfig
> @@ -273,7 +273,9 @@ config REGULATOR_LP8788
>  	  This driver supports LP8788 voltage regulator chip.
>  
>  config REGULATOR_LTC3589
> -	bool "LTC3589 8-output voltage regulator"
> +	tristate "LTC3589 8-output voltage regulator"
> +	depends on I2C
> +	select REGMAP_I2C

thanks
Philipp

--
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