aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hisilicon/hibmc/Kconfig
diff options
context:
space:
mode:
authorRongrong Zou <zourongrong@gmail.com>2016-11-16 17:15:34 +0800
committerRongrong Zou <zourongrong@gmail.com>2016-11-17 15:26:24 +0800
commit5e0df3a08f3d17485a5081634902424c6834e001 (patch)
tree31cf0e768a4f7b3898e966f4746ce5a840063a85 /drivers/gpu/drm/hisilicon/hibmc/Kconfig
parentb7c0e47d98249c2ddf21ea197b651093c6aaee00 (diff)
drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver
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>
Diffstat (limited to 'drivers/gpu/drm/hisilicon/hibmc/Kconfig')
-rw-r--r--drivers/gpu/drm/hisilicon/hibmc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/hisilicon/hibmc/Kconfig b/drivers/gpu/drm/hisilicon/hibmc/Kconfig
new file mode 100644
index 000000000000..380622a0da35
--- /dev/null
+++ b/drivers/gpu/drm/hisilicon/hibmc/Kconfig
@@ -0,0 +1,9 @@
+config DRM_HISI_HIBMC
+ tristate "DRM Support for Hisilicon Hibmc"
+ depends on DRM && PCI
+ select DRM_KMS_HELPER
+ select DRM_TTM
+
+ help
+ Choose this option if you have a Hisilicon Hibmc soc chipset.
+ If M is selected the module will be called hibmc-drm.