Browse Source

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 8 năm trước cách đây
mục cha
commit
64a577196d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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