:orphan: .. title:: CONFIG_AUDIO .. kconfig:: CONFIG_AUDIO CONFIG_AUDIO ############ *Support for Audio* Type: ``bool`` Help ==== .. code-block:: none Enable support for Audio Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/audio/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:86`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig AUDIO bool "Support for Audio" help Enable support for Audio *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*