zephyr/boards/renesas/ek_ra8d1/Kconfig.defconfig
The Nguyen 3bb3a9626f boards: shields: add support for rtkmipilcdb00000be shield
First commit to support rtkmipilcdb00000be display shield

Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
2024-12-20 23:53:37 +02:00

27 lines
359 B
Text

# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
if BOARD_EK_RA8D1
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
if SHIELD_RTKMIPILCDB00000BE
config MEMC
default y
if LVGL
config LV_Z_VBD_CUSTOM_SECTION
default y
endif # LVGL
endif # SHIELD_RTKMIPILCDB00000BE
endif # BOARD_EK_RA8D1