1# Copyright 2023-2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_UCANS32K1SIC 5 6if SERIAL 7 8config UART_CONSOLE 9 default y 10 11endif # SERIAL 12 13endif # BOARD_UCANS32K1SIC 14