mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 01:28:04 +00:00

Set struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev's initializer for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions. Select the correct modules with Kconfig's FB_IOMEM_HELPERS token. The macro and token set the currently selected values, so there is no functional change. v3: * use _IOMEM_ in commit message v2: * updated to use _IOMEM_ tokens Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Helge Deller <deller@gmx.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230803184034.6456-26-tzimmermann@suse.de
9 lines
213 B
Plaintext
9 lines
213 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_IOMEM_HELPERS
|
|
default y
|
|
help
|
|
fb driver for Marvell MMP Display Subsystem
|