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

CONFIG_AUDIO_CODEC

Audio Codec Drivers

Type: bool

Help

Enable Audio Codec 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:105

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config AUDIO_CODEC
    bool
    default y
    depends on AUDIO && BOARD_INTEL_S1000_CRB

At drivers/audio/Kconfig:15

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

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

menuconfig AUDIO_CODEC
    bool "Audio Codec Drivers"
    depends on AUDIO
    help
      Enable Audio Codec Driver Configuration

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