Files
zephyr/boards/nxp/ucans32k1sic/Kconfig.defconfig
Manuel Argüelles c5f0defbae boards: nxp: ucans32k1sic: convert to hwmv2
Convert ucans32k1sic board to hardware model v2.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2024-03-01 15:50:06 +01:00

21 lines
219 B
Plaintext

# Copyright 2023-2024 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_UCANS32K1SIC
if SERIAL
config UART_CONSOLE
default y
endif # SERIAL
if CAN
config GPIO
default y
endif # CAN
endif # BOARD_UCANS32K1SIC