1# STM32F3DISCOVERY board configuration 2 3# Copyright (c) 2017 I-SENSE group of ICCS 4# SPDX-License-Identifier: Apache-2.0 5 6config BOARD_STM32F3_DISCO 7 bool "STM32F3DISCOVERY Development Board" 8 depends on SOC_STM32F303XC 9