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