mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 22:55:21 +00:00
Add a TICKLESS_CAPABLE kconfig variable which is used by the kernel to select tickless mode's default automatically on drivers that support it (rather than having to set the default per-board). Select it from the ARM SysTick and Intel HPET drivers. Also remove the old qemu_cortex_m3 default settings which this replaces. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
|
|
if BOARD_QEMU_CORTEX_M3
|
|
|
|
config BUILD_OUTPUT_BIN
|
|
default n
|
|
|
|
config BOARD
|
|
default "qemu_cortex_m3"
|
|
|
|
endif # BOARD_QEMU_CORTEX_M3
|