kconfig: remove useless tickless idle dependency
Re-applying this patch, which was lost when moving to kbuild: commit 64c0f13f9380 ("kconfig: remove useless tickless idle dependency") Author: Benjamin Walsh <benjamin.walsh@windriver.com> Date: Mon May 11 15:13:46 2015 -0400 kconfig: remove useless tickless idle dependency TICKLESS_IDLE_THRESH depends on TICKLESS_IDLE, which depends on ADVANCED_POWER_MANAGEMENT, which itself already depends on MICROKERNEL. There is thus no point in having TICKLESS_IDLE_THRESH depend on MICROKERNEL. Change-Id: I95edcc7b927dd122b80f376c96233decdcc9afab Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
parent
9cfd0de410
commit
ad99c3f93b
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ config TICKLESS_IDLE_THRESH
|
|||
int
|
||||
prompt "Tickless idle threshold"
|
||||
default 3
|
||||
depends on TICKLESS_IDLE && MICROKERNEL
|
||||
depends on TICKLESS_IDLE
|
||||
help
|
||||
This option disables clock interrupt suppression when the kernel idles
|
||||
for only a short period of time. It specifies the minimum number of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue