diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-08 05:43:15 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 03:29:53 -0500 |
commit | fac8f158179a53aca94dd58c2224cbcda3febf1b (patch) | |
tree | 81ab59bf5bd07942b54a35df895948cde6d29f86 | |
parent | e6fff4aaf99763da8a68b237e09cb8d47730f118 (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/Kconfig | 2 |
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 @@ | |||
1 | config DRM_TEGRA | 1 | config DRM_TEGRA |
2 | bool "NVIDIA Tegra DRM" | 2 | tristate "NVIDIA Tegra DRM" |
3 | depends on ARCH_TEGRA || ARCH_MULTIPLATFORM | 3 | depends on ARCH_TEGRA || ARCH_MULTIPLATFORM |
4 | depends on DRM | 4 | depends on DRM |
5 | depends on RESET_CONTROLLER | 5 | depends on RESET_CONTROLLER |