1# STM32H755ZI Nucleo board configuration
2
3# Copyright (c) 2024 S&C Electric Company <Michael.Banducci@sandc.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_NUCLEO_H755ZI_Q
7	select SOC_STM32H755XX_M7 if BOARD_NUCLEO_H755ZI_Q_STM32H755XX_M7
8	select SOC_STM32H755XX_M4 if BOARD_NUCLEO_H755ZI_Q_STM32H755XX_M4
9