1# Smartbond display controller configuration options 2 3# Copyright (c) 2023 Renesas Electronics Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config DISPLAY_RENESAS_LCDC 7 bool "Smartbond display controller driver" 8 depends on DT_HAS_RENESAS_SMARTBOND_DISPLAY_ENABLED 9 select DMA 10 select PINCTRL 11 default y 12 help 13 Enable Smartbond display controller. 14 15config DISPLAY_RENESAS_LCDC_BUFFER_PSRAM 16 bool "Allocate the display buffer into PSRAM" 17 depends on DISPLAY_RENESAS_LCDC 18 select MEMC 19 help 20 Allocate the display buffer into PSRAM 21