diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2016-10-20 10:55:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-21 05:56:33 +0200 |
commit | 5803fec291365c5a659dff83107d183b902f25e1 (patch) | |
tree | 2e8b8b524d3edf76c6fc43f21f466830d5ac66f8 /target | |
parent | 7721cee7921929c9be3e493a15ecb929944514bf (diff) |
add support for kernel module unloading
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.kernel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 00f380cbf..393b1628b 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -58,6 +58,9 @@ config ADK_KERNEL_CPU_LITTLE_ENDIAN menu "Kernel options" +config ADK_KERNEL_MODULE_UNLOAD + bool "Module unloading" + config ADK_KERNEL_HOTPLUG bool |