soc: nxp_kinetis: Enable the mcux rtc driver on kw41

Enables the mcux rtc shim driver on the kw41 SoC when the counter driver
interface is enabled.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-10-16 18:47:55 -05:00 committed by Anas Nashif
commit fd4adce5b5

View file

@ -36,6 +36,13 @@ config CLOCK_CONTROL_MCUX_SIM
endif # CLOCK_CONTROL
if COUNTER
config COUNTER_MCUX_RTC
def_bool y
endif # COUNTER
if PINMUX
config PINMUX_MCUX