mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
7fef80a4b9
commit
64a577196d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user