You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if MMP_DISP
|
|
|
|
config MMP_FB
|
|
tristate "fb driver for Marvell MMP Display Subsystem"
|
|
depends on FB
|
|
select FB_CFB_FILLRECT
|
|
select FB_CFB_COPYAREA
|
|
select FB_CFB_IMAGEBLIT
|
|
default y
|
|
help
|
|
fb driver for Marvell MMP Display Subsystem
|
|
|
|
endif
|
|
|