1
0
Fork 0

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>
hifive-unleashed-5.1
Dave Airlie 2017-02-24 12:11:21 +10:00
parent 7fef80a4b9
commit 64a577196d
1 changed files with 1 additions and 1 deletions

View File

@ -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