mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +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
|