• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Amlogic driver configuration
4#
5config AMLOGIC_DRM_PANEL
6	bool "Amlogic DRM panel drivers"
7	default n
8	help
9		this option is provided for control amlogic Panel
10		drivers, if you want to use amlogic driver
11		please open it
12
13config DRM_PANEL_CHIPONE_ICN6211
14	tristate "Chipone ICN6211 panel driver"
15	depends on OF
16	depends on DRM_MIPI_DSI
17	depends on AMLOGIC_DRM_PANEL
18	help
19	  Say Y here if you want to enable support for the Chipone
20	  ICN6211 controller for 800x480 LCD panels with MIPI-DSI-RGB
21	  system interfaces, with 2 lane.
22