Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"
[platform/kernel/linux-rpi.git] / lib / Kconfig
index 6762529..b1445b2 100644 (file)
@@ -192,6 +192,9 @@ config CRC8
          when they need to do cyclic redundancy check according CRC8
          algorithm. Module will be called crc8.
 
          when they need to do cyclic redundancy check according CRC8
          algorithm. Module will be called crc8.
 
+config XXHASH
+       tristate
+
 config AUDIT_GENERIC
        bool
        depends on AUDIT && !AUDIT_ARCH
 config AUDIT_GENERIC
        bool
        depends on AUDIT && !AUDIT_ARCH
@@ -246,6 +249,14 @@ config LZ4HC_COMPRESS
 config LZ4_DECOMPRESS
        tristate
 
 config LZ4_DECOMPRESS
        tristate
 
+config ZSTD_COMPRESS
+       select XXHASH
+       tristate
+
+config ZSTD_DECOMPRESS
+       select XXHASH
+       tristate
+
 source "lib/xz/Kconfig"
 
 #
 source "lib/xz/Kconfig"
 
 #
@@ -559,9 +570,6 @@ config ARCH_HAS_PMEM_API
 config ARCH_HAS_UACCESS_FLUSHCACHE
        bool
 
 config ARCH_HAS_UACCESS_FLUSHCACHE
        bool
 
-config ARCH_HAS_MMIO_FLUSH
-       bool
-
 config STACKDEPOT
        bool
        select STACKTRACE
 config STACKDEPOT
        bool
        select STACKTRACE
@@ -575,4 +583,7 @@ config PARMAN
 config PRIME_NUMBERS
        tristate
 
 config PRIME_NUMBERS
        tristate
 
+config STRING_SELFTEST
+       bool "Test string functions"
+
 endmenu
 endmenu