diff options
author | Dave Airlie <airlied@redhat.com> | 2017-02-24 12:11:21 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2017-02-24 12:11:21 +1000 |
commit | 64a577196d66b44e37384bc5c4d78c61f59d5b2a (patch) | |
tree | 8aaf83a8445c318d1fc4345c54d0e33886d49351 /lib/Kconfig | |
parent | 7fef80a4b9c8ed5a48d44ea4a74b68afe13d73ae (diff) | |
download | linux-64a577196d66b44e37384bc5c4d78c61f59d5b2a.tar.gz linux-64a577196d66b44e37384bc5c4d78c61f59d5b2a.tar.bz2 linux-64a577196d66b44e37384bc5c4d78c61f59d5b2a.zip |
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 1788a1f50d28..f4193a3d9301 100644 --- a/lib/Kconfig +++ b/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 |