12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
|
# YD-STM32H750VB board configuration
|
||
|
|
||
|
# Copyright(c) 2024 John Sanpe <sanpeqf@gmail.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_YD_STM32H750VB
|
||
|
|
||
|
config DISK_DRIVER_SDMMC
|
||
|
default y if DISK_DRIVERS
|
||
|
|
||
|
endif # BOARD_YD_STM32H750VB
|