1# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_ESP32S2
5	bool "ESP32-S2 Series"
6	select XTENSA
7	select SOC_FAMILY_ESP32
8	select ATOMIC_OPERATIONS_C
9	select DYNAMIC_INTERRUPTS
10	select CLOCK_CONTROL
11	select PINCTRL
12	select XIP if !MCUBOOT
13	select HAS_ESPRESSIF_HAL
14	select ARCH_SUPPORTS_COREDUMP
15	select HAS_PM
16	select HAS_POWEROFF
17	help
18	  Enable support for Espressif ESP32-S2
19