aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2019-09-24 18:02:59 +0200
committerDavid S. Miller <davem@davemloft.net>2019-09-27 09:47:54 +0200
commit424adc329bcbf3bfad80a6b01cffe5f2ee5080a1 (patch)
tree1a427169be031a35bfdcedc5931363999cc4b3ac
parent5a2a828d81e9aa2a44df48414b1ac40b572f0b44 (diff)
downloadtiering-424adc329bcbf3bfad80a6b01cffe5f2ee5080a1.tar.gz
dimlib: make DIMLIB a hidden symbol
According to Tal Gilboa the only benefit from DIM comes from a driver that uses it. So it doesn't make sense to make this symbol user visible, instead all drivers that use it should select it (as is already the case AFAICT). Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--lib/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 4e6b1c3e4c9814..d7fc9eb33b9bb1 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -555,8 +555,7 @@ config SIGNATURE
Implementation is done using GnuPG MPI library
config DIMLIB
- bool "DIM library"
- default y
+ bool
help
Dynamic Interrupt Moderation library.
Implements an algorithm for dynamically change CQ modertion values