diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-09-16 15:54:13 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-09-30 14:59:48 -0700 |
commit | ef25bacbb0193f98e9b297c00b54913086571094 (patch) | |
tree | 851be624c50696b677b858e29f453d4e9edd40ef /arch/arc/configs/axs103_smp_defconfig | |
parent | cd5d38b052384daa2893e9a1d94900d5a20ed4b5 (diff) | |
download | linux-ef25bacbb0193f98e9b297c00b54913086571094.tar.bz2 |
ARC: [plat*] enables MODULE*
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/axs103_smp_defconfig')
-rw-r--r-- | arch/arc/configs/axs103_smp_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/configs/axs103_smp_defconfig b/arch/arc/configs/axs103_smp_defconfig index b25ee73b2e79..110874705085 100644 --- a/arch/arc/configs/axs103_smp_defconfig +++ b/arch/arc/configs/axs103_smp_defconfig @@ -18,6 +18,9 @@ CONFIG_PERF_EVENTS=y # CONFIG_COMPAT_BRK is not set CONFIG_SLAB=y CONFIG_MODULES=y +CONFIG_MODULE_FORCE_LOAD=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_PARTITION_ADVANCED=y CONFIG_ARC_PLAT_AXS10X=y CONFIG_AXS103=y |