Re: [PATCH] rtc: remove unnecessary Kconfig dependencies

2019-04-02 Thread Mukesh Ojha
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 Reviewed-by: Mukesh Ojha Cheers, -Mukesh --- drivers/rtc/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/d

[PATCH] rtc: remove unnecessary Kconfig dependencies

2019-04-02 Thread Alexandre Belloni
Remove the unused "depends on I2C" as the config options are already guarded by if I2C. Signed-off-by: Alexandre Belloni --- 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/rt