From 58c3bc1d34d0bf8e26839677811a1a3f11127a48 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 1b5448cd6829f..08105850a60f8 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.39.5