From b350cc29f52215db792d038b312abed640815be1 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 4 Aug 2017 14:03:50 +0900 Subject: [PATCH] kconfig: fix not to select TIMA_LKMAUTH from MODULES TIMA_LKMAUTH prevents loading modules built for development. Fix not to select TIMA_LKMAUTH by selecting MODULES for possibility to set the config option. Change-Id: I65b084ff31e7428296d8995ecb1a9c7a005118c8 Signed-off-by: Seung-Woo Kim --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index d53e566bef4..2081a4d3d91 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1785,7 +1785,6 @@ config BASE_SMALL menuconfig MODULES bool "Enable loadable module support" option modules - select TIMA_LKMAUTH help Kernel modules are small pieces of compiled code which can be inserted in the running kernel, rather than being -- 2.34.1