xref: /linux/drivers/gpu/drm/loongson/Kconfig (revision 523d3cc4b6d1ae18bfa516345d48332d455181e6)
1# SPDX-License-Identifier: GPL-2.0
2
3config DRM_LOONGSON
4	tristate "DRM support for Loongson Graphics"
5	depends on DRM && PCI && MMU
6	depends on LOONGARCH || MIPS || COMPILE_TEST
7	select DRM_CLIENT_SELECTION
8	select DRM_KMS_HELPER
9	select DRM_TTM
10	select DRM_TTM_HELPER
11	select I2C
12	select I2C_ALGOBIT
13	help
14	  This is a DRM driver for Loongson Graphics, it may including
15	  LS7A2000, LS7A1000, LS2K2000 and LS2K1000 etc. Loongson LS7A
16	  series are bridge chipset, while Loongson LS2K series are SoC.
17
18	  If "M" is selected, the module will be called loongson.
19
20	  If in doubt, say "N".
21