e692e57c68
Add support for RM67162 MIPI display controller. This controller is configured to run in MIPI command/DBI mode, driving a 400x392 OLED display. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
# Copyright 2023, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RM67162
|
|
bool "RM67162 display driver"
|
|
default y
|
|
select MIPI_DSI
|
|
depends on DT_HAS_RAYDIUM_RM67162_ENABLED
|
|
help
|
|
Enable driver for RM67162 display driver.
|