VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-03-14 04:48:36 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-14 15:22:49 +0900 commit: 6dd85ff178cd76851e2184b13e545f5a88d1be30 parent: ab838577aaaeda12242b7f1e2da3f25c9b4cec3a
Commit Summary:
kconfig: change "modules" from sub-option to first-level attribute
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index b5c65653d665..ab9a284e6078 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2042,7 +2042,7 @@ config MODULE_SIG_FORMAT
 
 menuconfig MODULES
 	bool "Enable loadable module support"
-	option modules
+	modules
 	help
 	  Kernel modules are small pieces of compiled code which can
 	  be inserted in the running kernel, rather than being