20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
# STM32H7B3I DISCOVERY KIT board configuration
|
|
|
|
# Copyright (c) 2022 Byte-Lab d.o.o. <dev@byte-lab.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_STM32H7B3I_DK
|
|
|
|
config INPUT
|
|
default y if LVGL
|
|
|
|
config INPUT_FT5336_INTERRUPT
|
|
default y if INPUT_FT5336
|
|
|
|
# MEMC needs to be enabled in order to store
|
|
# display buffer to external SDRAM connected to FMC
|
|
config MEMC
|
|
default y if DISPLAY
|
|
|
|
endif # BOARD_STM32H7B3I_DK
|