zephyr/boards/arc/nsim/Kconfig.defconfig

17 lines
160 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
if BOARD_NSIM
config BOARD
default "nsim"
if SERIAL
config UART_NSIM
default y
endif # SERIAL
endif # BOARD_NSIM