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