1# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_ESP32S3
5
6config FLASH_SIZE
7	default $(dt_node_reg_size_int,/soc/flash-controller@60002000/flash@0,0)
8
9config FLASH_BASE_ADDRESS
10	default $(dt_node_reg_addr_hex,/soc/flash-controller@60002000/flash@0)
11
12config BOOTLOADER_MCUBOOT
13	default y if SOC_ESP32S3_APPCPU
14
15endif # SOC_SERIES_ESP32S3
16