kernel: modules: video: package driver for TC358762
Create module package for Toshiba TC358762 DSI/DPI bridge driver. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
51dc3ab7f8
commit
d1446144f1
1 changed files with 21 additions and 0 deletions
|
@ -660,6 +660,27 @@ endef
|
||||||
$(eval $(call KernelPackage,drm-panel-simple))
|
$(eval $(call KernelPackage,drm-panel-simple))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/drm-panel-tc358762
|
||||||
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
|
TITLE:=TC358762 DSI/DPI bridge
|
||||||
|
DEPENDS:=+kmod-drm-kms-helper
|
||||||
|
KCONFIG:=CONFIG_DRM_TOSHIBA_TC358762 \
|
||||||
|
CONFIG_DRM_BRIDGE=y \
|
||||||
|
CONFIG_DRM_MIPI_DSI=y \
|
||||||
|
CONFIG_DRM_PANEL=y
|
||||||
|
CONFIG_DRM_PANEL_BRIDGE=y
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/gpu/drm/bridge/tc358762.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,tc358762)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/drm-panel-tc358762/description
|
||||||
|
Toshiba TC358762 DSI/DPI bridge driver
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,drm-panel-tc358762))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/drm-radeon
|
define KernelPackage/drm-radeon
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE:=Radeon DRM support
|
TITLE:=Radeon DRM support
|
||||||
|
|
Loading…
Reference in a new issue