Skip to content

Commit

Permalink
DEFCONFIG: re-add FORCE_MODULE_UNLOAD/LOAD
Browse files Browse the repository at this point in the history
(removed with commit 103ed3d)
module unload with `rmmod -f` cmd
moudle load with e.g. `modprobe --force` cmd
  • Loading branch information
Apaczer committed Aug 11, 2024
1 parent 5894e1c commit afde238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/configs/miyoo_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ CONFIG_STRICT_KERNEL_RWX=y
CONFIG_STRICT_MODULE_RWX=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_SUNXI_RSB=y
Expand Down

0 comments on commit afde238

Please sign in to comment.