Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
539 B

# Smartbond display controller configuration options
# Copyright (c) 2023 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config DISPLAY_RENESAS_LCDC
bool "Smartbond display controller driver"
depends on DT_HAS_RENESAS_SMARTBOND_DISPLAY_ENABLED
select DMA
select PINCTRL
default y
help
Enable Smartbond display controller.
config DISPLAY_RENESAS_LCDC_BUFFER_PSRAM
bool "Allocate the display buffer into PSRAM"
depends on DISPLAY_RENESAS_LCDC
select MEMC
help
Allocate the display buffer into PSRAM