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
88 default y
99 depends on ESPI_XEC
1010
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-
3711if ESPI
3812
3913config ESPI_PERIPHERAL_UART_SOC_MAPPING
4014 default 1
4115
4216endif # ESPI
4317
44- endif # RTOS_TIMER
45-
4618endif # BOARD_MEC1501MODULAR_ASSY6885
Original file line number Diff line number Diff line change 77# Make sure external power management setup is as indicated in documentation
88CONFIG_SOC_MEC1501_VTR3_1_8V=y
99CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS=n
10- CONFIG_RTOS_TIMER=y
1110
1211CONFIG_CLOCK_CONTROL=y
1312CONFIG_CONSOLE=y
You can’t perform that action at this time.
0 commit comments