xref: /openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/Kconfig (revision 74ba9207e1adf1966c57450340534ae9742d00af)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_HISI_HIBMC
3	tristate "DRM Support for Hisilicon Hibmc"
4	depends on DRM && PCI && MMU
5	select DRM_KMS_HELPER
6	select DRM_TTM
7
8	help
9	  Choose this option if you have a Hisilicon Hibmc soc chipset.
10	  If M is selected the module will be called hibmc-drm.
11