zephyr/boards/arm/v2m_beetle/Kconfig.defconfig
Kumar Gala 7809970c8a drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines
Convert cmsdk driver to use new defines so we can remove the
dts_fixup.h code for it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-02-07 16:14:00 -05:00

67 lines
771 B
Text

# Kconfig - 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 GPIO
config GPIO_CMSDK_AHB
default y
config GPIO_CMSDK_AHB_PORT0
default y
config GPIO_CMSDK_AHB_PORT1
default y
config GPIO_CMSDK_AHB_PORT2
default y
config GPIO_CMSDK_AHB_PORT3
default y
endif # GPIO
if PINMUX
config PINMUX_BEETLE
default y
endif # PINMUX
if SERIAL
config UART_CMSDK_APB
default y
config UART_INTERRUPT_DRIVEN
default y
endif # SERIAL
if WATCHDOG
config WDOG_CMSDK_APB
default y
endif # WATCHDOG
if COUNTER
config TIMER_TMR_CMSDK_APB
default y
config TIMER_DTMR_CMSDK_APB
default y
endif # COUNTER
endif # BOARD_V2M_BEETLE