File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed
boards/microchip/mec1501modular_assy6885 Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -8,39 +8,11 @@ config ESPI_PERIPHERAL_8042_KBC
8
8
default y
9
9
depends on ESPI_XEC
10
10
11
- if RTOS_TIMER
12
-
13
- # XEC RTOS timer HW frequency is fixed at 32768
14
- # The driver requires tickless mode and ticks per
15
- # second to be 32768 for accurate operation.
16
-
17
- config SYS_CLOCK_HW_CYCLES_PER_SEC
18
- default 32768
19
-
20
- config SYS_CLOCK_TICKS_PER_SEC
21
- default 32768
22
-
23
- endif # RTOS_TIMER
24
-
25
- if !RTOS_TIMER
26
-
27
- # If RTOS timer is not enabled we use ARM Cortex-M
28
- # SYSTICK. SYSTICK frequency is 48MHz divided by
29
- # SOC_MEC1501_PROC_CLK_DIV.
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
11
if ESPI
38
12
39
13
config ESPI_PERIPHERAL_UART_SOC_MAPPING
40
14
default 1
41
15
42
16
endif # ESPI
43
17
44
- endif # RTOS_TIMER
45
-
46
18
endif # BOARD_MEC1501MODULAR_ASSY6885
Original file line number Diff line number Diff line change 7
7
# Make sure external power management setup is as indicated in documentation
8
8
CONFIG_SOC_MEC1501_VTR3_1_8V=y
9
9
CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS=n
10
- CONFIG_RTOS_TIMER=y
11
10
12
11
CONFIG_CLOCK_CONTROL=y
13
12
CONFIG_CONSOLE=y
You can’t perform that action at this time.
0 commit comments