aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Muckle <smuckle@google.com>2017-05-12 10:17:05 -0700
committerAmit Pundir <amit.pundir@linaro.org>2017-05-15 16:33:19 +0530
commitb12488cf5be55e3f0228e931b251780bb1fb0881 (patch)
tree31d421289f970d2e68489c6b23f8764b3f906d4d
parent136d27ef1bb5d563191f723554a7087bc64ef4c3 (diff)
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 <smuckle@google.com>
-rw-r--r--android/configs/android-base.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index 45c91b95f0e5..ff157841b8ee 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