Files
zephyr/boards/arm/v2m_beetle/Kconfig.defconfig
Jamie McCrae 73b257a3f9 boards: arm: v2m_beetle: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:54 +01:00

16 lines
235 B
Plaintext

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