drm/tegra: Allow the driver to be built as a module
authorThierry Reding <treding@nvidia.com>
Fri, 8 Nov 2013 10:43:15 +0000 (11:43 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 19 Dec 2013 08:29:53 +0000 (09:29 +0100)
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>
drivers/gpu/drm/tegra/Kconfig

index 1b5448cd6829f7c94a5ee2394f0427d7331c9305..08105850a60f8a130556931be3ff939c130104c3 100644 (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
This page took 0.024729 seconds and 5 git commands to generate.