move screen、transmitter、tve to rockchip
[firefly-linux-kernel-4.4.55.git] / drivers / video / display / Kconfig
1 #
2 # Display drivers configuration
3 #
4
5 menu "Display device support"
6
7 config DISPLAY_SUPPORT
8         tristate "Display panel/monitor support"
9         depends on FB_RK29 || FB_ROCKCHIP
10         ---help---
11           This framework adds support for low-level control of a display.
12           This includes support for power.
13
14           Enable this to be able to choose the drivers for controlling the
15           physical display panel/monitor on some platforms. This not only
16           covers LCD displays for PDAs but also other types of displays
17           such as CRT, TVout etc.
18
19           To have support for your specific display panel you will have to
20           select the proper drivers which depend on this option.
21
22 comment "Display hardware drivers"
23         depends on DISPLAY_SUPPORT
24 if ARCH_RK29
25 source "drivers/video/display/screen/Kconfig"
26 endif
27 endmenu
28