
26 Oct
2016
26 Oct
'16
7:19 p.m.
On 09/26/2016 11:36 PM, shh.xie@gmail.com wrote:
From: Shaohui Xie Shaohui.Xie@nxp.com
LPUART0 is used by default, and it's using platform clock, if a different clock is preferred, user can define CONFIG_LPUART_CLK.
Shaohui,
You may have to choose another name for macro CONFIG_LPUART_CLK. We need to avoid using CONFIG_*. If this clock is fixed on the board, you can use SYS_FSL_* name space.
You can keep using CONFIG_LPUART for now, but eventually we will convert it to Kconfig option.
York