Explorar o código

lib/Kconfig: make PRIME_NUMBERS not user selectable.

Linus doesn't like it user selectable, so kill it until
someone needs it for something else.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Dave Airlie %!s(int64=8) %!d(string=hai) anos
pai
achega
64a577196d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Kconfig

+ 1 - 1
lib/Kconfig

@@ -551,7 +551,7 @@ config SBITMAP
 	bool
 
 config PRIME_NUMBERS
-	tristate "Prime number generator"
+	tristate
 	default n
 	help
 	  Provides a helper module to generate prime numbers. Useful for writing