1# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_FAMILY_ESP32
5
6config ESPTOOLPY_FLASHFREQ_80M
7	bool
8
9config FLASH_SIZE
10	int
11
12config FLASH_BASE_ADDRESS
13	hex
14
15endif # SOC_FAMILY_ESP32
16