1# M5Stack STAMP-C3 board configuration 2 3# Copyright 2022 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> 4# SPDX-License-Identifier: Apache-2.0 5 6config BOARD_STAMP_C3 7 bool "M5Stack STAMP-C3 Board" 8 depends on SOC_SERIES_ESP32C3 9 10choice SOC_PART_NUMBER 11 default SOC_ESP32C3_FX4 12endchoice 13