23 lines
460 B
Plaintext
23 lines
460 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 BOARD
|
|
default "stm32h7b3i_dk"
|
|
|
|
config KSCAN
|
|
default y if DISPLAY
|
|
|
|
config KSCAN_FT5336_INTERRUPT
|
|
default y if KSCAN_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
|