xref: /linux/drivers/gpu/drm/loongson/Kconfig (revision 76d9b92e68f2bb55890f935c5143f4fef97a935d)
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_KMS_HELPER
8	select DRM_TTM
9	select DRM_TTM_HELPER
10	select I2C
11	select I2C_ALGOBIT
12	help
13	  This is a DRM driver for Loongson Graphics, it may including
14	  LS7A2000, LS7A1000, LS2K2000 and LS2K1000 etc. Loongson LS7A
15	  series are bridge chipset, while Loongson LS2K series are SoC.
16
17	  If "M" is selected, the module will be called loongson.
18
19	  If in doubt, say "N".
20