The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_AUDIO_DMIC

Digital Microphone (Audio) Drivers

Type: bool

Help

Enable Digital Microphone Driver Configuration

Direct dependencies

(AUDIO && BOARD_INTEL_S1000_CRB) || AUDIO

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:111

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config AUDIO_DMIC
    bool
    default y
    depends on AUDIO && BOARD_INTEL_S1000_CRB

At drivers/audio/Kconfig:36

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:86

Menu path: (Top) → Device Drivers → Support for Audio

menuconfig AUDIO_DMIC
    bool "Digital Microphone (Audio) Drivers"
    depends on AUDIO
    help
      Enable Digital Microphone Driver Configuration

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)