gptimer: unify clock setting with clk_tree API

This commit is contained in:
morris
2022-12-30 15:56:08 +08:00
parent 080fd7e14f
commit 044a114e66
12 changed files with 113 additions and 140 deletions

View File

@@ -871,10 +871,6 @@ config SOC_TIMER_GROUP_SUPPORT_XTAL
bool
default y
config SOC_TIMER_GROUP_SUPPORT_PLL_F80M
bool
default y
config SOC_TIMER_GROUP_SUPPORT_RC_FAST
bool
default y

View File

@@ -366,7 +366,6 @@
#define SOC_TIMER_GROUP_TIMERS_PER_GROUP (1U)
#define SOC_TIMER_GROUP_COUNTER_BIT_WIDTH (54)
#define SOC_TIMER_GROUP_SUPPORT_XTAL (1)
#define SOC_TIMER_GROUP_SUPPORT_PLL_F80M (1)
#define SOC_TIMER_GROUP_SUPPORT_RC_FAST (1)
#define SOC_TIMER_GROUP_TOTAL_TIMERS (2)
#define SOC_TIMER_SUPPORT_ETM (1)