blob: 35b896e95d4f2351cb51dc95964e733842709d6e (
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
|
config FB_MXS
tristate "MXS Framebuffer driver"
depends on FB && ARCH_MXS
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
default y
---help---
Say Y here to enable support for the framebuffer driver for the
Freescale MXS Board.
config FB_MXS_LCD_43WVF1G
depends on FB_MXS
tristate "SEIKO 4.3' LCD WVGA(800x480) PANEL"
default y if ARCH_MX28
config FB_MXS_LCD_LMS430
depends on FB_MXS
bool "LMS430"
default y if ARCH_MX23
---help---
Use LMS430 dotclock LCD panel for MXS
config FB_MXS_TVENC
depends on ARCH_MXS
bool "TVENC"
---help---
Use TVOUT encoder for MXS
|