: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 if's and menus.)* Defaults ======== - "y" if \ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:143`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:21`` Menu path: (top menu) .. parsed-literal:: config AUDIO_CODEC bool default "y" if \ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB ` depends on \ :option:`AUDIO ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/audio/Kconfig:18`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:86`` Menu path: (top menu) → Device Drivers → Support for Audio .. parsed-literal:: menuconfig AUDIO_CODEC bool prompt "Audio Codec Drivers" if \ :option:`AUDIO ` depends on \ :option:`AUDIO ` help Enable Audio Codec Driver Configuration *(Definitions include propagated dependencies, including from if's and menus.)*