kconfig: fix not to select TIMA_LKMAUTH from MODULES 72/142472/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 4 Aug 2017 05:03:50 +0000 (14:03 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 4 Aug 2017 05:03:53 +0000 (14:03 +0900)
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 <sw0312.kim@samsung.com>
init/Kconfig

index d53e566bef4209652da30c2f5b122b6d43ab9396..2081a4d3d9171f5323a077a1f3a9805223e715be 100644 (file)
@@ -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