zephyr/boards/arm/qemu_cortex_m3/Kconfig.defconfig
Andy Ross c0a184c067 drivers/timer: Select tickless via driver kconfig flag
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>
2018-11-13 17:10:07 -05:00

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