Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FB_SIMPLE
has multiple definitions:
drivers/video/fbdev/Kconfig
The configuration item CONFIG_FB_SIMPLE:
( CONFIG_FB ) && (! CONFIG_DRM_SIMPLEDRM )
simplefb
Say Y if you want support for a simple frame-buffer.
This driver assumes that the display hardware has been initialized before the kernel boots, and the kernel will simply render to the pre-allocated frame buffer surface.
Configuration re: surface address, size, and format must be provided through device tree, or plain old platform data.
drivers/video/fbdev/Kconfig
The configuration item CONFIG_FB_SIMPLE:
( CONFIG_FB = CONFIG_y ) && ! CONFIG_DRM_SIMPLEDRM
simplefb
Say Y if you want support for a simple frame-buffer.
This driver assumes that the display hardware has been initialized before the kernel boots, and the kernel will simply render to the pre-allocated frame buffer surface.
Configuration re: surface address, size, and format must be provided through device tree, or plain old platform data.
drivers/video/Kconfig
The configuration item CONFIG_FB_SIMPLE:
( CONFIG_FB = CONFIG_y )
simplefb
Say Y if you want support for a simple frame-buffer.
This driver assumes that the display hardware has been initialized before the kernel boots, and the kernel will simply render to the pre-allocated frame buffer surface.
Configuration re: surface address, size, and format must be provided through device tree, or plain old platform data.
Raw data from LKDDb:
lkddb module simplefb CONFIG_FB_SIMPLE : drivers/video/fbdev/Kconfig : "Simple framebuffer support" # in 5.15–5.19, 6.0–6.12
lkddb of "" "" "simple-framebuffer" : CONFIG_FB_SIMPLE : drivers/video/fbdev/simplefb.c # in 3.15–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
lkddb of "" "" "simple-framebuffer" : CONFIG_FB_SIMPLE : drivers/video/simplefb.c # in 3.10–3.14
lkddb platform "simple-framebuffer" : CONFIG_FB_SIMPLE : drivers/video/fbdev/simplefb.c # in 3.15–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
lkddb platform "simple-framebuffer" : CONFIG_FB_SIMPLE : drivers/video/simplefb.c # in 3.10–3.14
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - F index
Automatically generated (in year 2024). See also LKDDb sources on GitLab