mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-19 03:04:24 +00:00
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
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
|