summaryrefslogtreecommitdiff
path: root/target/linux/kernel.config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-30 10:32:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-30 10:34:27 +0200
commit616481e27a059bc10d9e9c7d4efc7215f5aaaad6 (patch)
tree8fe1dfef310cd1b5831708fcc585b9b88d26df81 /target/linux/kernel.config
parent4a9f5bac587f93f578d89de390815f58ebf19aa7 (diff)
add module unload support globally, useful for debugging
Diffstat (limited to 'target/linux/kernel.config')
-rw-r--r--target/linux/kernel.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config
index f20b2faef..253b0b34d 100644
--- a/target/linux/kernel.config
+++ b/target/linux/kernel.config
@@ -25,6 +25,7 @@ CONFIG_TMPFS=y
CONFIG_NLS=y
CONFIG_EMBEDDED=y
CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_HOTPLUG=y