X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2FKconfig;h=4e6b1c3e4c9814405922d47ee2d9ffe1eb3c5d3d;hb=3dfdecc6d1256835ac0612b2a8f7595466d66327;hp=8c8eefc5e54c01b0bcb92ad0eda4b4fec39cde7c;hpb=918e162e6a71e924a343b41f71789ad14e1e3229;p=linux-2.6-block.git diff --git a/lib/Kconfig b/lib/Kconfig index 8c8eefc5e54c..4e6b1c3e4c98 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -531,14 +531,6 @@ config LRU_CACHE config CLZ_TAB bool -config DDR - bool "JEDEC DDR data" - help - Data from JEDEC specs for DDR SDRAM memories, - particularly the AC timing parameters and addressing - information. This data is useful for drivers handling - DDR SDRAM controllers. - config IRQ_POLL bool "IRQ polling library" help @@ -562,6 +554,14 @@ config SIGNATURE Digital signature verification. Currently only RSA is supported. Implementation is done using GnuPG MPI library +config DIMLIB + bool "DIM library" + default y + help + Dynamic Interrupt Moderation library. + Implements an algorithm for dynamically change CQ modertion values + according to run time performance. + # # libfdt files, only selected if needed. # @@ -631,6 +631,9 @@ config SBITMAP config PARMAN tristate "parman" if COMPILE_TEST +config OBJAGG + tristate "objagg" if COMPILE_TEST + config STRING_SELFTEST tristate "Test string functions" @@ -653,6 +656,3 @@ config GENERIC_LIB_CMPDI2 config GENERIC_LIB_UCMPDI2 bool - -config OBJAGG - tristate "objagg" if COMPILE_TEST