Files
zephyr/boards/olimex/olimex_esp32_evb/Kconfig.sysbuild
Sylvio Alves b6a11ccec4 boards: xtensa: olimex_esp32_evb: Convert to v2
Converts the board to hwmv2

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2024-03-01 15:50:13 +01:00

11 lines
227 B
Plaintext

# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
choice BOOTLOADER
default BOOTLOADER_MCUBOOT
endchoice
choice BOOT_SIGNATURE_TYPE
default BOOT_SIGNATURE_TYPE_NONE
endchoice