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