serial: mcux: Shim driver for LPSCI UART on KL25Z
Adds a shim layer around the mcux lpsci driver to adapt it to the Zephyr serial interface. Change-Id: I024f1605e3194f34bb57e8a121900e05b3085a82 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
eee56a7c10
commit
ed467a695a
7 changed files with 381 additions and 0 deletions
|
@ -58,6 +58,12 @@ config HAS_LPUART
|
|||
help
|
||||
Set if the low power uart (LPUART) module is present in the SoC.
|
||||
|
||||
config HAS_LPSCI
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Set if the low power uart (LPSCI) module is present in the SoC.
|
||||
|
||||
if HAS_OSC
|
||||
|
||||
choice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue