mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 21:22:34 +00:00
Add support for board esp8684_devkitm Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# Copyright (c) 2024 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
|