kconfig: Minor comments and 'help' text fixes
Minor comments and 'help' text fixes. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
f42ed32dc5
commit
204f05b23a
2 changed files with 4 additions and 3 deletions
|
@ -108,4 +108,4 @@ config ETH_NATIVE_POSIX_MAC_ADDR
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif
|
endif # ETH_NATIVE_POSIX
|
||||||
|
|
|
@ -686,6 +686,8 @@ config MP_NUM_CPUS
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config TICKLESS_IDLE
|
config TICKLESS_IDLE
|
||||||
|
# NB: This option is deprecated, see TICKLESS_KERNEL and
|
||||||
|
# https://github.com/zephyrproject-rtos/zephyr/pull/12234
|
||||||
bool "Tickless idle"
|
bool "Tickless idle"
|
||||||
default y if SYS_POWER_MANAGEMENT || TICKLESS_CAPABLE
|
default y if SYS_POWER_MANAGEMENT || TICKLESS_CAPABLE
|
||||||
help
|
help
|
||||||
|
@ -709,8 +711,7 @@ config TICKLESS_KERNEL
|
||||||
default y if TICKLESS_CAPABLE
|
default y if TICKLESS_CAPABLE
|
||||||
help
|
help
|
||||||
This option enables a fully event driven kernel. Periodic system
|
This option enables a fully event driven kernel. Periodic system
|
||||||
clock interrupt generation would be stopped at all times. This option
|
clock interrupt generation would be stopped at all times.
|
||||||
requires Tickless Idle option to be enabled.
|
|
||||||
|
|
||||||
source "kernel/Kconfig.power_mgmt"
|
source "kernel/Kconfig.power_mgmt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue