menu "BTstack Configuration"

config BTSTACK_AUDIO
    bool "I2S Audio driver"
    default y if CONFIG_IDF_TARGET_ESP32
    default y if CONFIG_IDF_TARGET_ESP32C3
    default y if CONFIG_IDF_TARGET_ESP32S3
    default n
    help
        Select this option to enable BTstack's audio driver
        Enabled by default on ESP32, ESP32-C3 AND ESP32-S3

endmenu
