1# Arduino Portenta H7 board configuration 2 3# Copyright (c) 2022 Benjamin Björnsson <benjamin.bjornsson@gmail.com>. 4# SPDX-License-Identifier: Apache-2.0 5 6config BOARD_ARDUINO_PORTENTA_H7_M7 7 bool "Arduino Portenta H7 Board" 8 depends on SOC_STM32H747XX 9 select CPU_CORTEX_M7 10 11config BOARD_ARDUINO_PORTENTA_H7_M4 12 bool "Arduino Portenta H7 Board" 13 depends on SOC_STM32H747XX 14 select CPU_CORTEX_M4 15