kernel: Remove redundant TICKLESS_IDLE_SUPPORTED option
This flag is no longer necessary and TICKLESS_IDLE will be enabled by default if SYS_POWER_MANAGEMENT is enabled. Jira: ZEP-1325 Change-Id: Ic6cd4b8dc0a17c6a413cabf6509b215a4558318d Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
This commit is contained in:
parent
1fdfc5dc2b
commit
444ecafeee
5 changed files with 1 additions and 10 deletions
|
@ -58,7 +58,7 @@ config DEVICE_POWER_MANAGEMENT
|
|||
config TICKLESS_IDLE
|
||||
bool
|
||||
prompt "Tickless idle"
|
||||
default y if TICKLESS_IDLE_SUPPORTED
|
||||
default y
|
||||
help
|
||||
This option suppresses periodic system clock interrupts whenever the
|
||||
kernel becomes idle. This permits the system to remain in a power
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue