kernel: build: Make TICKLESS_KERNEL depends on TICKLESS_CAPABLE
Tickless kernel option depends on tickless capable being selected by the target. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
c2b2462e70
commit
d6d4a832a4
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ config TICKLESS_IDLE_THRESH
|
|||
config TICKLESS_KERNEL
|
||||
bool "Tickless kernel"
|
||||
default y if TICKLESS_CAPABLE
|
||||
depends on TICKLESS_CAPABLE
|
||||
help
|
||||
This option enables a fully event driven kernel. Periodic system
|
||||
clock interrupt generation would be stopped at all times.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue