The latest development version of this page may be more current than this released 1.14.0 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 if’s and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config AUDIO_DMIC
    bool
    default "y" if AUDIO && BOARD_INTEL_S1000_CRB
    depends on AUDIO && BOARD_INTEL_S1000_CRB

At drivers/audio/Kconfig:39

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:84

Menu path: (top menu) → Device Drivers → Support for Audio

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

(Definitions include propagated dependencies, including from if’s and menus.)