From: Steve Muckle Date: Fri, 12 May 2017 17:17:05 +0000 (-0700) Subject: ANDROID: android-base.cfg: remove spurious CONFIG_MODULES line X-Git-Tag: release-20171130_firefly~4^2~100^2~106 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1184966b27b0c3bc8e92706797a81ee3e243df7e;p=firefly-linux-kernel-4.4.55.git ANDROID: android-base.cfg: remove spurious CONFIG_MODULES line CONFIG_MODULES must be enabled as part of the android base kernel configuration. There is already a line specifying the option be enabled, but there was a pre-existing line requiring it be disabled. Remove it. Bug: 38224475 Change-Id: I608de5ae68f3a03d5da4e5800bbf37cc71dff8b8 Signed-off-by: Steve Muckle --- diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg index 23686fc15d45..b7b997fd58c9 100644 --- a/android/configs/android-base.cfg +++ b/android/configs/android-base.cfg @@ -3,7 +3,6 @@ # CONFIG_DEVMEM is not set # CONFIG_FHANDLE is not set # CONFIG_INET_LRO is not set -# CONFIG_MODULES is not set # CONFIG_OABI_COMPAT is not set # CONFIG_SYSVIPC is not set # CONFIG_USELIB is not set