:orphan: .. title:: CONFIG_ADC_MCP320X .. kconfig:: CONFIG_ADC_MCP320X CONFIG_ADC_MCP320X ################## *MCP3204/MCP3208 driver* Type: ``bool`` Help ==== .. code-block:: none Enable MCP3204/MCP3208 ADC driver. The MCP3204/MCP3208 are 4/8 channel 12-bit A/D converters with SPI interface. Direct dependencies =================== (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_MIKROE_ADC_CLICK `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_MIKROE_ADC_CLICK `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_MIKROE_ADC_CLICK `) || (\ :kconfig:`SPI ` && \ :kconfig:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== At ``/shields/mikroe_adc_click/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ADC_MCP320X bool default y depends on ADC && SHIELD_MIKROE_ADC_CLICK ---- At ``/shields/mikroe_adc_click/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ADC_MCP320X bool default y depends on ADC && SHIELD_MIKROE_ADC_CLICK ---- At ``/shields/mikroe_adc_click/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ADC_MCP320X bool default y depends on ADC && SHIELD_MIKROE_ADC_CLICK ---- At ``/adc/Kconfig.mcp320x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:57`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_MCP320X bool "MCP3204/MCP3208 driver" depends on SPI && ADC help Enable MCP3204/MCP3208 ADC driver. The MCP3204/MCP3208 are 4/8 channel 12-bit A/D converters with SPI interface. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*