configs: Make CONFIG_MODULES part of linaro-base

CONFIG_MODULE was in both Ubuntu and Android configs so it would be
best if it is in the base config instead. Also, having
CONFIG_MODULE_UNLOAD in will enable the Gator module to be upgraded to a
later version via DKSM without rebooting, and allows for easier testing.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
This commit is contained in:
Jon Medhurst
2012-06-06 14:24:53 +01:00
parent 6c9182e1a0
commit 0aa8b7fe49
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_THUMB2_KERNEL is not set
CONFIG_IPV6=y
# CONFIG_IPV6_SIT is not set

View File

@@ -11,6 +11,8 @@ CONFIG_PERF_COUNTERS=y
CONFIG_SLAB=y
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y

View File

@@ -1,6 +1,5 @@
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_MODULES=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR=y