summaryrefslogtreecommitdiff
path: root/boards
diff options
context:
space:
mode:
authorVincenzo Frascino <vincenzo.frascino@linaro.org>2016-12-12 17:07:15 +0000
committerKumar Gala <kumar.gala@linaro.org>2017-01-23 15:15:54 -0600
commit59d1025e6295de63c2ded36777dddafc41828842 (patch)
tree61c232f4e9fc1efe045453319ec91c8c0f030773 /boards
parenta93b88789b0cc1c2e97423367c2f2337f2f4c194 (diff)
board: v2m_beetle: Update defconfig
This patch updates the default defconfig in order to support the new Timers implementation. Jira: ZEP-1300 Change-Id: I749042bcf41c6b4cb11614315c3c2ce09cdb2aa8 Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
Diffstat (limited to 'boards')
-rw-r--r--boards/arm/v2m_beetle/Kconfig.defconfig29
1 files changed, 27 insertions, 2 deletions
diff --git a/boards/arm/v2m_beetle/Kconfig.defconfig b/boards/arm/v2m_beetle/Kconfig.defconfig
index 27453b810..cc073332c 100644
--- a/boards/arm/v2m_beetle/Kconfig.defconfig
+++ b/boards/arm/v2m_beetle/Kconfig.defconfig
@@ -69,8 +69,7 @@ endif # WATCHDOG
if COUNTER
-config COUNTER_TMR_CMSDK_APB
- def_bool y
+if COUNTER_TMR_CMSDK_APB
config COUNTER_TMR_CMSDK_APB_0
def_bool y
@@ -78,6 +77,32 @@ config COUNTER_TMR_CMSDK_APB_0
config COUNTER_TMR_CMSDK_APB_1
def_bool y
+endif # COUNTER_TMR_CMSDK_APB
+
+if TIMER_TMR_CMSDK_APB
+
+config TIMER_TMR_CMSDK_APB_0
+ def_bool y
+
+config TIMER_TMR_CMSDK_APB_1
+ def_bool y
+
+endif # TIMER_TMR_CMSDK_APB
+
+if COUNTER_DTMR_CMSDK_APB
+
+config COUNTER_DTMR_CMSDK_APB_0
+ def_bool y
+
+endif # COUNTER_DTMR_CMSDK_APB
+
+if TIMER_DTMR_CMSDK_APB
+
+config TIMER_DTMR_CMSDK_APB_0
+ def_bool y
+
+endif # TIMER_DTMR_CMSDK_APB
+
endif # COUNTER
endif # BOARD_V2M_BEETLE