1# M5Stack StampS3 board configuration
2
3# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_M5STACK_STAMPS3
7	select SOC_ESP32S3_FN8
8	select SOC_ESP32S3_PROCPU if BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
9	select SOC_ESP32S3_APPCPU if BOARD_M5STACK_STAMPS3_ESP32S3_APPCPU
10