diff options
author | Jonathan Liu <net147@gmail.com> | 2015-09-21 16:13:22 +1000 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-09-21 09:05:13 +0200 |
commit | 21e29d9afd1024b63a311172bf57c41223665299 (patch) | |
tree | 1c47fb1fff2c755a81a12f7a356777d56418f6d9 /arch/arm | |
parent | 285547802936247adb77c192d08a1ddb97948bd6 (diff) | |
download | blackbird-obmc-linux-21e29d9afd1024b63a311172bf57c41223665299.tar.gz blackbird-obmc-linux-21e29d9afd1024b63a311172bf57c41223665299.zip |
ARM: sunxi_defconfig: enable MODULE_UNLOAD
Loadable module support is enabled so we should allow unloading
modules too. This also allows lsmod to show values other than "-2" in
the "Used by" column.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index f5fa019cacd2..3c36e16fcacf 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -5,6 +5,7 @@ CONFIG_CGROUPS=y CONFIG_BLK_DEV_INITRD=y CONFIG_PERF_EVENTS=y CONFIG_MODULES=y +CONFIG_MODULE_UNLOAD=y CONFIG_ARCH_SUNXI=y CONFIG_SMP=y CONFIG_NR_CPUS=8 |