:orphan: .. title:: CONFIG_ADC_INIT_PRIORITY .. kconfig:: CONFIG_ADC_INIT_PRIORITY CONFIG_ADC_INIT_PRIORITY ######################## *ADC init priority* Type: ``int`` Help ==== .. code-block:: none ADC driver device initialization priority. Direct dependencies =================== (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_MIKROE_ADC_CLICK `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_MIKROE_ADC_CLICK `) || \ :kconfig:`ADC ` || \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 80 - 80 - 80 - 80 - 80 if \ :kconfig:`ADC_MCUX_ADC16_ENABLE_EDMA ` - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definitions =================== At ``/shields/lmp90100_evb/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ADC_INIT_PRIORITY int default 80 depends on ADC && SHIELD_LMP90100_EVB ---- At ``/shields/mikroe_adc_click/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ADC_INIT_PRIORITY int default 80 depends on ADC && SHIELD_MIKROE_ADC_CLICK ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ADC_INIT_PRIORITY int default 80 depends on ADC && SHIELD_LMP90100_EVB ---- At ``/shields/mikroe_adc_click/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ADC_INIT_PRIORITY int default 80 depends on ADC && SHIELD_MIKROE_ADC_CLICK ---- At ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config ADC_INIT_PRIORITY int default 80 if ADC_MCUX_ADC16_ENABLE_EDMA depends on ADC ---- At ``/adc/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_INIT_PRIORITY int "ADC init priority" default KERNEL_INIT_PRIORITY_DEVICE depends on ADC help ADC driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*