1menu "BTstack Configuration" 2 3config BTSTACK_AUDIO 4 bool "I2S Audio driver" 5 default y if CONFIG_IDF_TARGET_ESP32 6 default y if CONFIG_IDF_TARGET_ESP32C3 7 default y if CONFIG_IDF_TARGET_ESP32S3 8 default n 9 help 10 Select this option to enable BTstack's audio driver 11 Enabled by default on ESP32, ESP32-C3 AND ESP32-S3 12 13endmenu 14