zephyr/boards/arc/nsim_em/Kconfig.defconfig

18 lines
160 B
Plaintext
Raw Normal View History

if BOARD_NSIM_EM
config BOARD
default "nsim_em"
config CPU_ARCEM4
default y
if SERIAL
config UART_NSIM
default y
endif # SERIAL
endif # BOARD_NSIM_EM