378d6b137a
Same deal as in commit eddd98f811
("kconfig: Replace some single-symbol
'if's with 'depends on'"), for the remaining cases outside defconfig
files. See that commit for an explanation.
Will do the defconfigs separately in case there are any complaints
there.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
# MCUXpresso SDK USART
|
|
|
|
# Copyright 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig UART_MCUX_FLEXCOMM
|
|
bool "MCUX FLEXCOMM UART driver"
|
|
depends on HAS_MCUX_FLEXCOMM
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
help
|
|
Enable the MCUX USART driver.
|
|
|
|
config UART_MCUX_FLEXCOMM_0
|
|
bool "USART 0"
|
|
depends on UART_MCUX_FLEXCOMM
|
|
help
|
|
Enable USART 0.
|