mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01:00
13 lines
237 B
Text
13 lines
237 B
Text
if MMP_DISP
|
|
|
|
config MMP_FB
|
|
bool "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
|