# ARM V2M Beetle Board configuration options | |
# Copyright (c) 2016 Linaro Limited | |
# SPDX-License-Identifier: Apache-2.0 | |
if BOARD_V2M_BEETLE | |
config BOARD | |
default "v2m_beetle" | |
if SERIAL | |
config UART_INTERRUPT_DRIVEN | |
default y | |
endif # SERIAL | |
endif # BOARD_V2M_BEETLE |