:orphan: .. title:: ADC_MCP320X_INIT_PRIORITY .. option:: CONFIG_ADC_MCP320X_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== MCP320x ADC device driver initialization priority. Direct dependencies =================== \ :option:`ADC_MCP320X ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== .. highlight:: kconfig At ``drivers/adc/Kconfig.mcp320x:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:55`` Menu path: (Top) → Device Drivers → ADC drivers → MCP3204/MCP3208 driver .. parsed-literal:: config ADC_MCP320X_INIT_PRIORITY int "Init priority" default 80 depends on \ :option:`ADC_MCP320X ` && \ :option:`ADC ` help MCP320x ADC device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*