Commit 787efc64 authored by Vincenzo Frascino's avatar Vincenzo Frascino Committed by Kumar Gala
Browse files

board: v2m_beetle: Update defconfig



This patch updates defconfig file on V2M Beetle board in order to enable
clock_control and watchdog by default.
It defines also a dummy LED in order to maintain compliance with the
Zephyr test environment.

Jira: ZEP-1300
Change-Id: I40ae4cb19e79ff24e1e351a2185a7191f03664d1
Signed-off-by: default avatarVincenzo Frascino <vincenzo.frascino@linaro.org>
parent fb7d483f
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -70,4 +70,24 @@ config UART_INTERRUPT_DRIVEN

endif # SERIAL

if WATCHDOG

config WDOG_CMSDK_APB
	def_bool y

endif # WATCHDOG

if COUNTER

config COUNTER_TMR_CMSDK_APB
	def_bool y

config COUNTER_TMR_CMSDK_APB_0
	def_bool y

config COUNTER_TMR_CMSDK_APB_1
	def_bool y

endif # COUNTER

endif # BOARD_V2M_BEETLE
+5 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ CONFIG_SOC_BEETLE_R0=y
CONFIG_SOC_SERIES_BEETLE=y
CONFIG_BOARD_V2M_BEETLE=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_RUNTIME_NMI=y
CONFIG_CLOCK_CONTROL=y
# 24MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=24000000

@@ -36,3 +38,6 @@ CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_1"

# Watchdog
CONFIG_WATCHDOG=y