projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6fff4a
)
drm/tegra: Allow the driver to be built as a module
author
Thierry Reding
<treding@nvidia.com>
Fri, 8 Nov 2013 10:43:15 +0000
(11:43 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 19 Dec 2013 08:29:53 +0000
(09:29 +0100)
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>
drivers/gpu/drm/tegra/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tegra/Kconfig
b/drivers/gpu/drm/tegra/Kconfig
index 1b5448cd6829f7c94a5ee2394f0427d7331c9305..08105850a60f8a130556931be3ff939c130104c3 100644
(file)
--- 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