CONFIG_ADC_MCP320X

MCP3204/MCP3208 driver

Type: bool

Help

Enable MCP3204/MCP3208 ADC driver.

The MCP3204/MCP3208 are 4/8 channel 12-bit A/D converters with SPI interface.

Direct dependencies

(ADC && SHIELD_MIKROE_ADC_CLICK) || (ADC && SHIELD_MIKROE_ADC_CLICK) || (SPI && ADC)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/shields/mikroe_adc_click/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config ADC_MCP320X
    bool
    default y
    depends on ADC && SHIELD_MIKROE_ADC_CLICK

At <Zephyr>/boards/shields/mikroe_adc_click/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config ADC_MCP320X
    bool
    default y
    depends on ADC && SHIELD_MIKROE_ADC_CLICK

At <Zephyr>/drivers/adc/Kconfig.mcp320x:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:48<Zephyr>/drivers/adc/Kconfig:55

Menu path: (Top) → Device Drivers → ADC drivers

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.)