From: Sam Ravnborg Date: Mon, 26 Dec 2005 22:04:02 +0000 (+0100) Subject: kbuild: remove EXPERIMENTAL tag from Module versioning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0d5416433190ee80a8146137dd84613bb9c7ae92;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git kbuild: remove EXPERIMENTAL tag from Module versioning Module versioning support has been stable for a loong time so let's get rid of the EXPERIMENTAL tag. Signed-off-by: Sam Ravnborg --- diff --git a/init/Kconfig b/init/Kconfig index ea097e0a9c02..11930fbb1e02 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -460,8 +460,8 @@ config OBSOLETE_MODPARM If unsure, say Y. config MODVERSIONS - bool "Module versioning support (EXPERIMENTAL)" - depends on MODULES && EXPERIMENTAL + bool "Module versioning support" + depends on MODULES help Usually, you have to use modules compiled with your kernel. Saying Y here makes it sometimes possible to use modules