:orphan: .. title:: CONFIG_AUDIO_CODEC .. kconfig:: CONFIG_AUDIO_CODEC CONFIG_AUDIO_CODEC ################## *Audio Codec Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable Audio Codec Driver Configuration Direct dependencies =================== (\ :kconfig:`AUDIO ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || \ :kconfig:`AUDIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config AUDIO_CODEC bool default y depends on AUDIO && BOARD_INTEL_S1000_CRB ---- At ``/audio/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:86`` Menu path: (Top) → Device Drivers → Support for Audio .. code-block:: kconfig 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.)*