Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"
[platform/kernel/linux-rpi.git] / lib / Kconfig
index 40b114a..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.
 
+config XXHASH
+       tristate
+
 config AUDIT_GENERIC
        bool
        depends on AUDIT && !AUDIT_ARCH
@@ -246,6 +249,14 @@ config LZ4HC_COMPRESS
 config LZ4_DECOMPRESS
        tristate
 
+config ZSTD_COMPRESS
+       select XXHASH
+       tristate
+
+config ZSTD_DECOMPRESS
+       select XXHASH
+       tristate
+
 source "lib/xz/Kconfig"
 
 #
@@ -559,9 +570,6 @@ config ARCH_HAS_PMEM_API
 config ARCH_HAS_UACCESS_FLUSHCACHE
        bool
 
-config ARCH_HAS_MMIO_FLUSH
-       bool
-
 config STACKDEPOT
        bool
        select STACKTRACE