From 66c74d3f535430caa082808669bb734fe398c490 Mon Sep 17 00:00:00 2001 From: Richard Patrick Date: Fri, 12 Nov 2021 14:34:11 -0800 Subject: [PATCH] uio: Kconfig: Make the msm shared memory driver as module Make the msm shared memory driver as a dynamic module instead of static. Change-Id: I19ae80e8e700b77ff03f05a3b879755440572e76 Signed-off-by: Richard Patrick Signed-off-by: Sayali Lokhande --- drivers/uio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 038d89e0ed80..9ae959d3468e 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig @@ -184,7 +184,7 @@ config UIO_DFL If you compile this as a module, it will be called uio_dfl. config UIO_MSM_SHAREDMEM - bool "MSM shared memory driver" + tristate "MSM shared memory driver" default n help Provides the clients with their respective alloted shared memory