1
0
Fork 0

drm/tegra: Allow the driver to be built as a module

All APIs that the driver uses are exported, so the driver can now be
built as a module.

Signed-off-by: Thierry Reding <treding@nvidia.com>
hifive-unleashed-5.1
Thierry Reding 2013-11-08 11:43:15 +01:00
parent e6fff4aaf9
commit fac8f15817
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
config DRM_TEGRA
bool "NVIDIA Tegra DRM"
tristate "NVIDIA Tegra DRM"
depends on ARCH_TEGRA || ARCH_MULTIPLATFORM
depends on DRM
depends on RESET_CONTROLLER