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 <andre.guedes@intel.com>
This commit is contained in:
Andre Guedes 2016-03-07 19:04:48 -03:00
commit 2efffac34f

View file

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