:orphan: .. title:: I2S_INIT_PRIORITY .. option:: CONFIG_I2S_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - 70 Kconfig definition ================== At ``/i2s/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig config I2S_INIT_PRIORITY int "Init priority" default 70 depends on I2S help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*