1# Smartbond MIPI DBI host configuration options 2 3# Copyright (c) 2023 Renesas Electronics Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config MIPI_DBI_SMARTBOND 7 bool "Smartbond MIPI DBI host controller driver" 8 depends on DT_HAS_RENESAS_SMARTBOND_MIPI_DBI_ENABLED 9 select PINCTRL 10 default y 11 help 12 Enable Smartbond MIPI DBI host controller. 13