1# ARM V2M Beetle Board configuration options
2
3# Copyright (c) 2016 Linaro Limited
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_V2M_BEETLE
7
8if SERIAL
9
10config UART_INTERRUPT_DRIVEN
11 default y
12
13endif # SERIAL
14
15endif # BOARD_V2M_BEETLE
16