arch: arm: nxp: Fixup HAS_MCUX_RTC

When the RTC support get added we had a select on HAS_RTC, however this
Kconfig symbol didn't exist.  Clean this up to match the pattern of
HAS_MCUX_RTC.  The driver now depends on that and the SoC selects it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-05-23 07:57:11 -05:00 committed by Maureen Helm
commit 8321b6b64f
3 changed files with 8 additions and 2 deletions

View file

@ -8,7 +8,7 @@
menuconfig RTC_MCUX
bool
prompt "MCUX RTC driver"
depends on RTC && HAS_MCUX
depends on RTC && HAS_MCUX_RTC
default n
help
Enable support for mcux rtc driver.