diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-08 11:43:15 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 09:29:53 +0100 |
commit | fac8f158179a53aca94dd58c2224cbcda3febf1b (patch) | |
tree | 81ab59bf5bd07942b54a35df895948cde6d29f86 /drivers/gpu/drm/tegra/Kconfig | |
parent | gpu: host1x: Add Tegra124 support (diff) | |
download | linux-fac8f158179a53aca94dd58c2224cbcda3febf1b.tar.xz linux-fac8f158179a53aca94dd58c2224cbcda3febf1b.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/Kconfig')
-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 @@ config DRM_TEGRA - bool "NVIDIA Tegra DRM" + tristate "NVIDIA Tegra DRM" depends on ARCH_TEGRA || ARCH_MULTIPLATFORM depends on DRM depends on RESET_CONTROLLER |