First commit to support rtkmipilcdb00000be display shield Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
27 lines
359 B
Text
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
|