All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtc: remove unnecessary Kconfig dependencies
@ 2019-04-02 21:54 Alexandre Belloni
  2019-04-03  6:03 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2019-04-02 21:54 UTC (permalink / raw)
  To: linux-rtc; +Cc: linux-kernel, Alexandre Belloni

Remove the unused "depends on I2C" as the config options are already
guarded by if I2C.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 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.
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtc: remove unnecessary Kconfig dependencies
  2019-04-02 21:54 [PATCH] rtc: remove unnecessary Kconfig dependencies Alexandre Belloni
@ 2019-04-03  6:03 ` Mukesh Ojha
  0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2019-04-03  6:03 UTC (permalink / raw)
  To: Alexandre Belloni, linux-rtc; +Cc: linux-kernel


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@bootlin.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-03  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02 21:54 [PATCH] rtc: remove unnecessary Kconfig dependencies Alexandre Belloni
2019-04-03  6:03 ` Mukesh Ojha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.