zephyr/drivers/display/Kconfig.renesas_lcdc
Ioannis Damigos 6c6a1e550c da1469x: Remove CONFIG_PINCTRL from all defconfig files
Remove CONFIG_PINCTRL from all defconfig files.

Fixes #78619

Signed-off-by: Ioannis Damigos <ioannis.damigos.uj@renesas.com>
2024-10-08 16:57:41 +02:00

20 lines
539 B
Text

# 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