diff options
Diffstat (limited to 'esp32/build/bootloader/kconfigs.in')
| -rw-r--r-- | esp32/build/bootloader/kconfigs.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/esp32/build/bootloader/kconfigs.in b/esp32/build/bootloader/kconfigs.in new file mode 100644 index 0000000..e23decf --- /dev/null +++ b/esp32/build/bootloader/kconfigs.in @@ -0,0 +1,10 @@ +source "/opt/esp-idf/components/efuse/Kconfig" +source "/opt/esp-idf/components/esp_common/Kconfig" +source "/opt/esp-idf/components/esp_hw_support/Kconfig" +source "/opt/esp-idf/components/esp_system/Kconfig" +source "/opt/esp-idf/components/freertos/Kconfig" +source "/opt/esp-idf/components/hal/Kconfig" +source "/opt/esp-idf/components/log/Kconfig" +source "/opt/esp-idf/components/newlib/Kconfig" +source "/opt/esp-idf/components/soc/Kconfig" +source "/opt/esp-idf/components/spi_flash/Kconfig"
\ No newline at end of file |
