summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-04-04 10:09:46 +0100
committerTushar Behera <tushar.behera@linaro.org>2012-04-17 13:11:59 +0530
commit275d15518c703ddfdf90d66c0c9afb700961feb5 (patch)
tree61b667a18f34eb7d0f1b7348f40496862b8532b8
parenta3b7c55662c4efd6fc5d73715801790caf49691e (diff)
downloadlinux-topics-275d15518c703ddfdf90d66c0c9afb700961feb5.tar.gz
config: Pair MODULE_UNLOAD with MODULES
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