:orphan: .. title:: CONFIG_DAC_INIT_PRIORITY .. kconfig:: CONFIG_DAC_INIT_PRIORITY CONFIG_DAC_INIT_PRIORITY ######################## *DAC init priority* Type: ``int`` Help ==== .. code-block:: none DAC driver device initialization priority. Direct dependencies =================== (\ :kconfig:`DAC ` && \ :kconfig:`SHIELD_DAC80508_EVM `) || (\ :kconfig:`DAC ` && \ :kconfig:`BOARD_BL5340_DVK_CPUAPP ` && (\ :kconfig:`BOARD_BL5340_DVK_CPUAPP ` || \ :kconfig:`BOARD_BL5340_DVK_CPUAPP_NS `)) || (\ :kconfig:`DAC ` && \ :kconfig:`BOARD_BL652_DVK `) || (\ :kconfig:`DAC ` && \ :kconfig:`BOARD_BL653_DVK `) || (\ :kconfig:`DAC ` && \ :kconfig:`BOARD_BL654_DVK `) || (\ :kconfig:`DAC ` && \ :kconfig:`SHIELD_DAC80508_EVM `) || \ :kconfig:`DAC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 80 - 80 - 80 - 80 - 80 - 80 - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definitions =================== At ``/shields/dac80508_evm/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config DAC_INIT_PRIORITY int default 80 depends on DAC && SHIELD_DAC80508_EVM ---- At ``/arm/bl5340_dvk/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DAC_INIT_PRIORITY int default 80 depends on DAC && BOARD_BL5340_DVK_CPUAPP && (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS) ---- At ``/arm/bl652_dvk/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DAC_INIT_PRIORITY int default 80 depends on DAC && BOARD_BL652_DVK ---- At ``/arm/bl653_dvk/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DAC_INIT_PRIORITY int default 80 depends on DAC && BOARD_BL653_DVK ---- At ``/arm/bl654_dvk/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DAC_INIT_PRIORITY int default 80 depends on DAC && BOARD_BL654_DVK ---- At ``/shields/dac80508_evm/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DAC_INIT_PRIORITY int default 80 depends on DAC && SHIELD_DAC80508_EVM ---- At ``/dac/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:52`` Menu path: (Top) → Device Drivers → DAC drivers .. code-block:: kconfig config DAC_INIT_PRIORITY int "DAC init priority" default KERNEL_INIT_PRIORITY_DEVICE depends on DAC help DAC driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*