1# STM32H750B DISCOVERY board configuration
2
3# Copyright (c) 2024 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_STM32H750B_DK
7
8if DISPLAY
9
10# MEMC needs to be enabled in order to store
11# display buffer to external SDRAM connected to FMC
12config MEMC
13	default y
14
15endif # DISPLAY
16
17endif # BOARD_STM32H750B_DK
18