forked from Minki/linux
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 <sam@ravnborg.org>
This commit is contained in:
parent
c40f56409d
commit
0d54164331
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user