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:
parent
eb338915bb
commit
fd4adce5b5
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@ config CLOCK_CONTROL_MCUX_SIM
|
||||||
|
|
||||||
endif # CLOCK_CONTROL
|
endif # CLOCK_CONTROL
|
||||||
|
|
||||||
|
if COUNTER
|
||||||
|
|
||||||
|
config COUNTER_MCUX_RTC
|
||||||
|
def_bool y
|
||||||
|
|
||||||
|
endif # COUNTER
|
||||||
|
|
||||||
if PINMUX
|
if PINMUX
|
||||||
|
|
||||||
config PINMUX_MCUX
|
config PINMUX_MCUX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue