timer: TICKLESS_CAPABLE is now without prompt
TICKLESS_CAPABLE is now selectable only and without prompt, so remove it from _defconfig files and select it directly by the timer. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d3218ca515
commit
c31ce55c58
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,6 @@ CONFIG_UART_NS16550=y
|
||||||
|
|
||||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
|
||||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
||||||
CONFIG_TICKLESS_CAPABLE=y
|
|
||||||
|
|
||||||
CONFIG_XIP=y
|
CONFIG_XIP=y
|
||||||
CONFIG_INIT_STACKS=y
|
CONFIG_INIT_STACKS=y
|
||||||
|
|
|
@ -116,6 +116,7 @@ config ALTERA_AVALON_TIMER
|
||||||
config ITE_IT8XXX2_TIMER
|
config ITE_IT8XXX2_TIMER
|
||||||
bool "ITE it8xxx2 timer driver"
|
bool "ITE it8xxx2 timer driver"
|
||||||
depends on SOC_IT8XXX2
|
depends on SOC_IT8XXX2
|
||||||
|
select TICKLESS_CAPABLE
|
||||||
help
|
help
|
||||||
This module implements a kernel device driver for the ITE it8xxx2
|
This module implements a kernel device driver for the ITE it8xxx2
|
||||||
HW timer model
|
HW timer model
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue