mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
5e0df3a08f
Add DRM master driver for Hisilicon Hibmc SoC which used for Out-of-band management. Blow is the general hardware connection, both the Hibmc and the host CPU are on the same mother board. +----------+ +----------+ | | PCIe | Hibmc | |host CPU( |<----->| display | |arm64,x86)| |subsystem | +----------+ +----------+ Signed-off-by: Rongrong Zou <zourongrong@gmail.com> Reviewed-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Xinliang Liu <xinliang.liu@linaro.org> Acked-by: Sean Paul <seanpaul@chromium.org>
6 lines
165 B
Makefile
6 lines
165 B
Makefile
#
|
|
# Makefile for hisilicon drm drivers.
|
|
# Please keep this list sorted alphabetically
|
|
|
|
obj-$(CONFIG_DRM_HISI_HIBMC) += hibmc/
|
|
obj-$(CONFIG_DRM_HISI_KIRIN) += kirin/
|