Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / gpu / drm / loongson / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 config 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 I2C
10         select I2C_ALGOBIT
11         help
12           This is a DRM driver for Loongson Graphics, it may including
13           LS7A2000, LS7A1000, LS2K2000 and LS2K1000 etc. Loongson LS7A
14           series are bridge chipset, while Loongson LS2K series are SoC.
15
16           If "M" is selected, the module will be called loongson.
17
18           If in doubt, say "N".