1menu "Example Board Configuration" 2 3choice ESP32_BOARD 4 prompt "ESP32 board" 5 default ESP_CUSTOM_BOARD 6 help 7 select an ESP32 board to use with BTstack. 8 9config ESP_LYRAT_V4_3_BOARD 10 bool "ESP32-Lyrat V4.3" 11config ESP_CUSTOM_BOARD 12 bool "ESP32 custom board" 13 14endchoice 15 16endmenu 17