aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/display/Kconfig
blob: 7350c1aaa3dae2d975f2634aa5c0fc05a0a6fd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# Display drivers configuration
#

menu "Display device support"

config DISPLAY_SUPPORT
	tristate "Display panel/monitor support"
	---help---
	  This framework adds support for low-level control of a display.
	  This includes support for power.

	  Enable this to be able to choose the drivers for controlling the
	  physical display panel/monitor on some platforms. This not only
	  covers LCD displays for PDAs but also other types of displays
	  such as CRT, TVout etc.

	  To have support for your specific display panel you will have to
	  select the proper drivers which depend on this option.

comment "Display hardware drivers"
	depends on DISPLAY_SUPPORT

config DISPLAY_JBT6K74
	tristate "TPO JBT6K74-AS TFT display ASIC control interface"
	depends on SPI_MASTER && SYSFS
	help
	  SPI driver for the control interface of TFT panels containing
	  the TPO JBT6K74-AS controller ASIC, such as the TPO TD028TTEC1
	  TFT diplay module used in the FIC/Openmoko Neo1973 GSM phones.

	  The control interface is required for display operation, as it
	  controls power management, display timing and gamma calibration.

config DISPLAY_L1K002
	tristate "TP0 L1K0-02 TFT ASIC control interface"
	depends on SPI_MASTER && SYSFS
	help
	  The control interface of this LTPS TFT panel is based on SPI bitbang driver.
	  It controls display timing and gamma calibration. TP0 LPJ028T007A LCM uses this IC
	  as its controller in the Openmoko GTA03 GSM phone.

endmenu