:orphan: .. title:: AUDIO_CODEC .. option:: CONFIG_AUDIO_CODEC *Audio Codec Drivers* Type: ``bool`` Help ==== Enable Audio Codec Driver Configuration Direct dependencies =================== (\ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`AUDIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config AUDIO_CODEC bool default y depends on \ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/audio/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:84`` Menu path: (Top) → Device Drivers → Support for Audio .. parsed-literal:: menuconfig AUDIO_CODEC bool "Audio Codec Drivers" depends on \ :option:`AUDIO ` help Enable Audio Codec Driver Configuration *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*