]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
Merge branch 'jani-rest' into docs-next
[karo-tx-linux.git] / lib / Kconfig
index 5a0c1c83cdf0af97ea9446657b3527dc1e206d45..3cca1222578e89932ec414f3e5d6dddc3c177d50 100644 (file)
@@ -210,9 +210,11 @@ config RANDOM32_SELFTEST
 # compression support is select'ed if needed
 #
 config 842_COMPRESS
+       select CRC32
        tristate
 
 config 842_DECOMPRESS
+       select CRC32
        tristate
 
 config ZLIB_INFLATE
@@ -475,6 +477,11 @@ config DDR
          information. This data is useful for drivers handling
          DDR SDRAM controllers.
 
+config IRQ_POLL
+       bool "IRQ polling library"
+       help
+         Helper library to poll interrupt mitigation using polling.
+
 config MPILIB
        tristate
        select CLZ_TAB
@@ -529,4 +536,8 @@ config ARCH_HAS_PMEM_API
 config ARCH_HAS_MMIO_FLUSH
        bool
 
+config STACKDEPOT
+       bool
+       select STACKTRACE
+
 endmenu