mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

It turns out that there are no platforms that have PCI but don't have an MMU, so adding a Kconfig dependency on CONFIG_PCI simplifies build testing kernels for those platforms a lot, and avoids a lot of inadvertent build regressions. Add a dependency for CONFIG_PCI and remove all the ones for PCI specific device drivers that are currently marked not having it. There are a few platforms that have an optional MMU, but they usually cannot have PCI at all. The one exception is Coldfire MCF54xx, but this is mainly for historic reasons, and anyone using those chips should really use the MMU these days. Link: https://lore.kernel.org/lkml/a41f1b20-a76c-43d8-8c36-f12744327a54@app.fastmail.com/ Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> # SCSI Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patch.msgid.link/20250423202215.3315550-1-arnd@kernel.org
20 lines
580 B
Text
20 lines
580 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config DRM_LOONGSON
|
|
tristate "DRM support for Loongson Graphics"
|
|
depends on DRM && PCI
|
|
depends on LOONGARCH || MIPS || COMPILE_TEST
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
select DRM_TTM_HELPER
|
|
select I2C
|
|
select I2C_ALGOBIT
|
|
help
|
|
This is a DRM driver for Loongson Graphics, it may including
|
|
LS7A2000, LS7A1000, LS2K2000 and LS2K1000 etc. Loongson LS7A
|
|
series are bridge chipset, while Loongson LS2K series are SoC.
|
|
|
|
If "M" is selected, the module will be called loongson.
|
|
|
|
If in doubt, say "N".
|