13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
# Smartbond MIPI DBI host configuration options
|
|
|
|
# Copyright (c) 2023 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MIPI_DBI_SMARTBOND
|
|
bool "Smartbond MIPI DBI host controller driver"
|
|
depends on DT_HAS_RENESAS_SMARTBOND_MIPI_DBI_ENABLED
|
|
select PINCTRL
|
|
default y
|
|
help
|
|
Enable Smartbond MIPI DBI host controller.
|