Skip to content

Commit

Permalink
lib/Kconfig: make PRIME_NUMBERS not user selectable.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Airlie committed Feb 24, 2017
1 parent 7fef80a commit 64a5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 64a5771

Please sign in to comment.