19 lines
333 B
Plaintext
19 lines
333 B
Plaintext
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_ESP32
|
|
bool "ESP32"
|
|
select XTENSA
|
|
select CLOCK_CONTROL
|
|
select CLOCK_CONTROL_ESP32
|
|
|
|
config IDF_TARGET_ESP32
|
|
bool "ESP32 as target board"
|
|
default y
|
|
depends on SOC_ESP32
|
|
|
|
config ESPTOOLPY_FLASHFREQ_80M
|
|
bool
|
|
default y
|
|
depends on SOC_ESP32
|