]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: sunxi_defconfig: enable MODULE_UNLOAD
authorJonathan Liu <net147@gmail.com>
Mon, 21 Sep 2015 06:13:22 +0000 (16:13 +1000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 21 Sep 2015 07:05:13 +0000 (09:05 +0200)
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>
arch/arm/configs/sunxi_defconfig

index f5fa019cacd2dfe49add8233044cae8200e27ef2..3c36e16fcacf7d44f7e8ce76f32a2cbc20f2b1d4 100644 (file)
@@ -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