Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fe56a47 authored by Jon Medhurst's avatar Jon Medhurst Committed by Kevin Hilman
Browse files

configs: Make CONFIG_MODULES part of linaro-base



CONFIG_MODULE was in both Ubuntu and Android configs so it would be
best if it is in the base config instead. Also, having
CONFIG_MODULE_UNLOAD in will enable the Gator module to be upgraded to a
later version via DKSM without rebooting, and allows for easier testing.

Signed-off-by: default avatarJon Medhurst <tixy@linaro.org>
parent e6409e1a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_THUMB2_KERNEL is not set
CONFIG_IPV6=y
# CONFIG_IPV6_SIT is not set
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ CONFIG_PERF_COUNTERS=y
CONFIG_SLAB=y
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y
+0 −1
Original line number Diff line number Diff line
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_MODULES=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR=y