From: Seung-Woo Kim Date: Fri, 4 Aug 2017 05:03:50 +0000 (+0900) Subject: kconfig: fix not to select TIMA_LKMAUTH from MODULES X-Git-Tag: submit/tizen/20170811.021835~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b350cc29f52215db792d038b312abed640815be1;p=profile%2Fwearable%2Fplatform%2Fkernel%2Flinux-3.18-exynos7270.git 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 --- 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