mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-11 00:32:05 +08:00
kernel: video: add ST7789V LCD driver
This commit is contained in:
parent
c74ed3282c
commit
71196b2724
@ -241,6 +241,23 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,fb-tft-ili9486))
|
$(eval $(call KernelPackage,fb-tft-ili9486))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/fb-tft-st7789v
|
||||||
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
|
TITLE:=FB driver for the ST7789V LCD Controller
|
||||||
|
DEPENDS:=+kmod-fb-tft
|
||||||
|
KCONFIG:=CONFIG_FB_TFT_ST7789V
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/staging/fbtft/fb_st7789v.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,fb_st7789v)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/fb-tft-st7789v/description
|
||||||
|
FB driver for the ST7789V LCD Controller
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,fb-tft-st7789v))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/media-core
|
define KernelPackage/media-core
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE=Multimedia support
|
TITLE=Multimedia support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user