From: Thierry Reding Date: Fri, 8 Nov 2013 10:43:15 +0000 (+0100) Subject: drm/tegra: Allow the driver to be built as a module X-Git-Tag: v3.14-rc1~47^2~2^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fac8f158179a53aca94dd58c2224cbcda3febf1b;p=platform%2Fkernel%2Flinux-exynos.git 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 --- 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