init: enhance kconfig docs for custom hooks
Improve docs for custom soc/board hooks. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e9b1cde82e
commit
e9474302da
1 changed files with 12 additions and 0 deletions
|
@ -27,19 +27,31 @@ config SOC_EARLY_INIT_HOOK
|
||||||
help
|
help
|
||||||
Run an early SoC initialization hook.
|
Run an early SoC initialization hook.
|
||||||
|
|
||||||
|
A custom SoC hook soc_early_init_hook() is executed before the kernel and
|
||||||
|
devices are initialized
|
||||||
|
|
||||||
config SOC_LATE_INIT_HOOK
|
config SOC_LATE_INIT_HOOK
|
||||||
bool "Run late SoC hook"
|
bool "Run late SoC hook"
|
||||||
help
|
help
|
||||||
Run a late SoC initialization hook.
|
Run a late SoC initialization hook.
|
||||||
|
|
||||||
|
A custom SoC hook soc_late_init_hook() is executed after the kernel and
|
||||||
|
devices are initialized
|
||||||
|
|
||||||
config BOARD_EARLY_INIT_HOOK
|
config BOARD_EARLY_INIT_HOOK
|
||||||
bool "Run early board hook"
|
bool "Run early board hook"
|
||||||
help
|
help
|
||||||
Run an early board initialization hook.
|
Run an early board initialization hook.
|
||||||
|
|
||||||
|
A custom board hook board_early_init_hook() is executed before the kernel and
|
||||||
|
devices are initialized
|
||||||
|
|
||||||
config BOARD_LATE_INIT_HOOK
|
config BOARD_LATE_INIT_HOOK
|
||||||
bool "Run late board hook"
|
bool "Run late board hook"
|
||||||
help
|
help
|
||||||
Run a late board initialization hook.
|
Run a late board initialization hook.
|
||||||
|
|
||||||
|
A custom board hook board_late_init_hook() is executed after the kernel and
|
||||||
|
devices are initialized
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue