fb: add Efinix framebuffer driver

This commit is contained in:
Mohamad Noor Alim Hussin
2025-02-19 13:27:43 +08:00
committed by Byron Lathi
parent 89d4b5521f
commit b6b404e6d1
3 changed files with 565 additions and 0 deletions

View File

@@ -2206,6 +2206,15 @@ config FB_SIMPLE
Configuration re: surface address, size, and format must be provided
through device tree, or plain old platform data.
config FB_EFX
bool "Efinix framebuffer support"
depends on FB
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
help
Efinix framebuffer support
config FB_SSD1307
tristate "Solomon SSD1307 framebuffer support"
depends on FB && I2C