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] [day] [month] [year] [list]
Date:   Wed, 3 Apr 2019 11:33:06 +0530
From:   Mukesh Ojha <mojha@...eaurora.org>
To:     Alexandre Belloni <alexandre.belloni@...tlin.com>,
        linux-rtc@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rtc: remove unnecessary Kconfig dependencies


On 4/3/2019 3:24 AM, Alexandre Belloni wrote:
> Remove the unused "depends on I2C" as the config options are already
> guarded by if I2C.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
Reviewed-by: Mukesh Ojha <mojha@...eaurora.org>

Cheers,
-Mukesh
> ---
>   drivers/rtc/Kconfig | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index 23b4102ee824..7b8e156dbf38 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -448,7 +448,6 @@ config RTC_DRV_PCF85063
>   
>   config RTC_DRV_PCF85363
>   	tristate "NXP PCF85363"
> -	depends on I2C
>   	select REGMAP_I2C
>   	help
>   	  If you say yes here you get support for the PCF85363 RTC chip.
> @@ -603,7 +602,6 @@ config RTC_DRV_FM3130
>   
>   config RTC_DRV_RX8010
>   	tristate "Epson RX8010SJ"
> -	depends on I2C
>   	help
>   	  If you say yes here you get support for the Epson RX8010SJ RTC
>   	  chip.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ