k64: Change the default serial driver to the mcux one
Stop using the specific uart_k20 driver by default and start using the more generic mcux uart driver instead. Jira: ZEP-719 Change-Id: I7b107ea7118887591362159283ebb5413b45595a Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
2e205e69d1
commit
8c3d4f770a
3 changed files with 7 additions and 2 deletions
|
@ -74,4 +74,11 @@ config SOC_FLASH_MCUX
|
|||
|
||||
endif # FLASH
|
||||
|
||||
if SERIAL
|
||||
|
||||
config UART_MCUX
|
||||
def_bool y
|
||||
|
||||
endif # SERIAL
|
||||
|
||||
endif # SOC_MK64F12
|
||||
|
|
|
@ -6,7 +6,6 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_UART_K20=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
|
||||
CONFIG_OSC_EXTERNAL=y
|
||||
|
|
|
@ -6,7 +6,6 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_UART_K20=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
|
||||
CONFIG_OSC_LOW_POWER=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue