[PATCH 1/1] drm: change DRM_MIPI_DSI module type from "bool" to "tristate".

From: Jing SUN
Date: Mon Oct 10 2016 - 02:06:54 EST


A lot of drm driver modules, which are designed
to be loadable, select DRM_MIPI_DSI, while that
being "bool" prevents those from getting reloaded.

Signed-off-by: Jing SUN <jing.a.sun@xxxxxxxxx>
---
drivers/gpu/drm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index fc35731..67668a0 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -22,7 +22,7 @@ menuconfig DRM
(/dev/agpgart) support if it is available for your platform.

config DRM_MIPI_DSI
- bool
+ tristate
depends on DRM

config DRM_DP_AUX_CHARDEV
--
2.7.4

Regards,
Sun, Jing