:orphan: .. title:: CONFIG_PRINTK_HOOK_INIT_PRIORITY .. kconfig:: CONFIG_PRINTK_HOOK_INIT_PRIORITY CONFIG_PRINTK_HOOK_INIT_PRIORITY ################################ *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== .. code-block:: none Just the driver init priority Direct dependencies =================== \ :kconfig:`BOARD_NRF52_BSIM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 50 Kconfig definition ================== At ``/posix/nrf52_bsim/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config PRINTK_HOOK_INIT_PRIORITY int default 50 depends on BOARD_NRF52_BSIM help Just the driver init priority *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*