Message ID | 1390603222-13351-3-git-send-email-valentine.barshak@cogentembedded.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index 3015797..8f858ea 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig @@ -8,6 +8,9 @@ CONFIG_SYSCTL_SYSCALL=y CONFIG_EMBEDDED=y CONFIG_PERF_EVENTS=y CONFIG_SLAB=y +CONFIG_MODULES=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODVERSIONS=y CONFIG_ARCH_SHMOBILE_LEGACY=y CONFIG_ARCH_R8A7791=y CONFIG_MACH_KOELSCH=y
This enables modules, module unloading and versioning for Koelsch. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> --- arch/arm/configs/koelsch_defconfig | 3 +++ 1 file changed, 3 insertions(+) Changes in V2: * enabled module unloading support.