summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-11-08 11:43:15 +0100
committerThierry Reding <treding@nvidia.com>2013-12-19 09:29:53 +0100
commitfac8f158179a53aca94dd58c2224cbcda3febf1b (patch)
tree81ab59bf5bd07942b54a35df895948cde6d29f86
parente6fff4aaf99763da8a68b237e09cb8d47730f118 (diff)
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>
-rw-r--r--drivers/gpu/drm/tegra/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig
index 1b5448cd6829..08105850a60f 100644
--- a/drivers/gpu/drm/tegra/Kconfig
+++ b/drivers/gpu/drm/tegra/Kconfig
@@ -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