1# Copyright (c) 2023 Felipe Neves
2# SPDX-License-Identifier: Apache-2.0
3
4config BOARD_ARDUINO_OPTA_M4
5	bool "Arduino OPTA Programmable Logic Controller M4 Core"
6	depends on SOC_STM32H747XX
7	select CPU_CORTEX_M4
8