summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-04-04 10:09:46 +0100
committerJohn Stultz <john.stultz@linaro.org>2012-04-11 19:21:36 -0700
commitfdea0e27c723ad02d6de0c160af14ccc012c1d96 (patch)
treefe47d7095c774440f535d09b78f9ed73650216a0
parent1e8d020056aec7cc56c4e3b470cc6e9317b5a688 (diff)
downloadlinux-topics-fdea0e27c723ad02d6de0c160af14ccc012c1d96.tar.gz
config: Pair MODULE_UNLOAD with MODULEStracking-linaro-configs-3.4-3.4-rc3-2012.04-0
If we have loadable modules we probably want the ability to unload them as well. It certainly isn't just a vexpress requirement as it stood before this change. Signed-off-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--configs/android.conf1
-rw-r--r--configs/vexpress.conf1
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/android.conf b/configs/android.conf
index e72ec3594a0..7dfeb01812c 100644
--- a/configs/android.conf
+++ b/configs/android.conf
@@ -1,4 +1,5 @@
CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
# CONFIG_THUMB2_KERNEL is not set
CONFIG_IPV6=y
# CONFIG_IPV6_SIT is not set
diff --git a/configs/vexpress.conf b/configs/vexpress.conf
index 88a78f0d1e8..7643cd63617 100644
--- a/configs/vexpress.conf
+++ b/configs/vexpress.conf
@@ -1,4 +1,3 @@
-CONFIG_MODULE_UNLOAD=y
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_ARCH_VEXPRESS_DT=y