1# STM32L476G Nucleo board configuration 2 3# Copyright (c) 2016 Open-RnD Sp. z o.o. 4# Copyright (c) 2016 BayLibre, SAS 5# SPDX-License-Identifier: Apache-2.0 6 7if BOARD_STM32L496G_DISCO 8 9config SPI_STM32_INTERRUPT 10 default y 11 depends on SPI 12 13config DISK_DRIVER_SDMMC 14 default y if DISK_DRIVERS 15 16endif # BOARD_STM32L496G_DISCO 17