From fac8f158179a53aca94dd58c2224cbcda3febf1b Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 8 Nov 2013 11:43:15 +0100 Subject: [PATCH] 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 --- drivers/gpu/drm/tegra/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index 1b5448c..0810585 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 -- 2.7.4