mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-21 14:44:09 +00:00
drm/tegra: Increase compile test coverage
The ARCH_MULTIPLATFORM dependency was introduced back when Tegra didn't support multiplatform yet as a means to allow the driver to be easily compile-tested along with other DRM drivers. In the meantime, the new COMPILE_TEST Kconfig option has been introduced for exactly that purpose, so use that instead to clarify the intention. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
fac8f15817
commit
158b50aefa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config DRM_TEGRA
|
config DRM_TEGRA
|
||||||
tristate "NVIDIA Tegra DRM"
|
tristate "NVIDIA Tegra DRM"
|
||||||
depends on ARCH_TEGRA || ARCH_MULTIPLATFORM
|
depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
|
||||||
depends on DRM
|
depends on DRM
|
||||||
depends on RESET_CONTROLLER
|
depends on RESET_CONTROLLER
|
||||||
select TEGRA_HOST1X
|
select TEGRA_HOST1X
|
||||||
|
|
Loading…
Add table
Reference in a new issue