File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed
boards/microchip/mec15xxevb_assy6853 Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -7,33 +7,4 @@ config ESPI_XEC
7
7
default y
8
8
depends on ESPI
9
9
10
- if RTOS_TIMER
11
-
12
- # XEC RTOS timer HW frequency is fixed at 32768
13
- # The driver requires tickless mode and ticks per
14
- # second to be 32768 for accurate operation.
15
-
16
- config SYS_CLOCK_HW_CYCLES_PER_SEC
17
- default 32768
18
-
19
- config SYS_CLOCK_TICKS_PER_SEC
20
- default 32768
21
-
22
- endif # RTOS_TIMER
23
-
24
- if !RTOS_TIMER
25
-
26
- # If RTOS timer is not enabled we use ARM Cortex-M
27
- # SYSTICK. SYSTICK frequency is 48MHz divided by
28
- # SOC_MEC1501_PROC_CLK_DIV.
29
- #
30
-
31
- config SYS_CLOCK_HW_CYCLES_PER_SEC
32
- default 48000000
33
-
34
- config SYS_CLOCK_TICKS_PER_SEC
35
- default 1000
36
-
37
- endif # RTOS_TIMER
38
-
39
10
endif # BOARD_MEC15XXEVB_ASSY6853
Original file line number Diff line number Diff line change 5
5
#
6
6
7
7
CONFIG_SOC_MEC1501_VTR3_1_8V=y
8
- CONFIG_RTOS_TIMER=y
9
8
10
9
CONFIG_CLOCK_CONTROL=y
11
10
CONFIG_CONSOLE=y
You can’t perform that action at this time.
0 commit comments