6b729487fb
add mipi dsi subsystem support. reference links: https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/drm_mipi_dsi.c https://github.com/torvalds/linux/blob/master/include/video/mipi_display.h Signed-off-by: liushuai25 <liushuai25@xiaomi.com>
20 lines
338 B
Plaintext
20 lines
338 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig MIPI_DSI
|
|
bool "Dsi Driver Support"
|
|
default n
|
|
---help---
|
|
Enables building of a dsi generic driver.
|
|
|
|
if MIPI_DSI
|
|
|
|
config MIPI_DSI_DRIVER
|
|
bool "MIPI DSI Character Driver"
|
|
default n
|
|
|
|
endif
|
|
|