fbdev: Provide I/O-memory helpers as module
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 27 Sep 2023 07:26:34 +0000 (09:26 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 19 Oct 2023 07:47:54 +0000 (09:47 +0200)
commit6b180f66c0dd6266eeb2f74b59ee79a9f14fe430
tree95e2e0b724440c33220f7f7b9160168bc4b1b336
parent2d23e7d6bacb779c4a740dbd5e18978fb075d15e
fbdev: Provide I/O-memory helpers as module

Provide helpers for accessing I/O memory in a helper module. The fbdev
core uses these helpers, so select the module unconditionally for fbdev.
Drivers will later be able to select the module individually and the
helpers will become optional.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230927074722.6197-2-tzimmermann@suse.de
drivers/video/fbdev/core/Kconfig
drivers/video/fbdev/core/Makefile
drivers/video/fbdev/core/fb_io_fops.c