linux-brain/drivers/video/fbdev/mxc/Kconfig

54 lines
1.3 KiB
Plaintext

config FB_MXC
tristate "MXC Framebuffer support"
depends on FB
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select FB_MODE_HELPERS
default y
help
This is a framebuffer device for the MXC LCD Controller.
See <http://www.linux-fbdev.org/> for information on framebuffer
devices.
If you plan to use the LCD display with your MXC system, say
Y here.
config FB_MXC_DISP_FRAMEWORK
tristate "Display driver framework"
help
This is a framework that helps with registration and data handling
between fb drivers and display drivers.
It is selected by drivers which use this framework as linkage code
between display controllers and panels.
config FB_MXC_OVERLAY
depends on FB_MXC
tristate "Overlay Framebuffer"
default n
help
Enhanced LCD controller of MXC has overlay function.
config FB_MXC_MIPI_DSI_NORTHWEST
tristate "MXC MIPI_DSI_NORTHWEST"
depends on FB_MXC_DISP_FRAMEWORK
depends on FB_MXS
config FB_MXC_EDID
depends on FB_MXC && I2C
tristate "MXC EDID support"
default y
config FB_MXC_ADV7535
tristate "ADI ADV7535 support"
depends on I2C
depends on FB_MXC_MIPI_DSI_NORTHWEST
help
Driver support for the ADV7535 DSI-to-HDMI module
config FB_MXC_TRULY_PANEL_TFT3P5581E
tristate "TRULY Panel TFT3P5581E"
depends on FB_MXC_DISP_FRAMEWORK
depends on FB_MXC_MIPI_DSI_NORTHWEST