aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/linaro-base.conf
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-06-06 14:24:53 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-07 01:20:36 +0400
commit514c68cb97386725d52ff076b55cc11ac2841877 (patch)
tree09d5c090f7ea646cce9b596f60a2b79b9478d8c7 /linaro/configs/linaro-base.conf
parent87726748bc08e61f0f1113aefce51dde2a5c753f (diff)
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>
Diffstat (limited to 'linaro/configs/linaro-base.conf')
-rw-r--r--linaro/configs/linaro-base.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf
index 80bdf69fc5f..c2f23b19f3c 100644
--- a/linaro/configs/linaro-base.conf
+++ b/linaro/configs/linaro-base.conf
@@ -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