From 2efffac34f6761a68250840ee6718941d2d1adca Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Mon, 7 Mar 2016 19:04:48 -0300 Subject: [PATCH] rtc: Fix Kconfig This patch fixes the RTC_DW configuration option. DesignWare and QMSI drivers shouldn't have any dependency from each other. All driveris are following this policy, but the RTC. Change-Id: Ic6bdef492d26978aa875c54d41ef39d407ddf4e1 Signed-off-by: Andre Guedes --- drivers/rtc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3a651a3d1cc..4b4feb1e9fe 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -52,7 +52,6 @@ config RTC_QMSI Build QMSI RTC driver. config RTC_DW - depends on !RTC_QMSI bool "Build Designware RTC Driver" default n help