b425627629
This PR adds a soft off mode to the RT10xx Power Management API. Additionally, it corrects the PM API function in rt10xx_power.c to use the correct function prototype to be properly overridden. Signed-off-by: Nickolas Lapp <nickolaslapp@gmail.com>
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
CONFIG_PM=y
|
|
|
|
# Enable the SNVS RTC
|
|
CONFIG_COUNTER=y
|
|
CONFIG_COUNTER_MCUX_SNVS=y
|
|
CONFIG_COUNTER_MCUX_SNVS_SRTC=y
|
|
CONFIG_COUNTER_MCUX_SNVS_SRTC_WAKE=y
|