1# YD-STM32H750VB board configuration
2
3# Copyright(c) 2024 John Sanpe <sanpeqf@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_YD_STM32H750VB
7
8config DISK_DRIVER_SDMMC
9	default y if DISK_DRIVERS
10
11endif # BOARD_YD_STM32H750VB
12