summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-03-24 19:21:49 +0300
committerMark Brown <broonie@kernel.org>2023-03-29 14:41:03 +0300
commit1e2bae6ae8f6b404b295edd5ba11a0bb1566544c (patch)
treefcdcb722c0b54a65e68a35f70c96cbb427696db6 /drivers/base/regmap/Kconfig
parentf18ee501e233a2b830a0c84a2e780ab02d946c04 (diff)
downloadlinux-1e2bae6ae8f6b404b295edd5ba11a0bb1566544c.tar.xz
regmap: Removed compressed cache support
The compressed register cache support has assumptions that make it hard to cover in testing, mainly that it requires raw registers defaults be provided. Rather than either address these assumptions or leave it untested by the forthcoming KUnit tests let's remove it, the use case is quite thin and there are no current users. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20230324-regcache-lzo-v1-1-08c5d63e2a5e@kernel.org
Diffstat (limited to 'drivers/base/regmap/Kconfig')
-rw-r--r--drivers/base/regmap/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/base/regmap/Kconfig b/drivers/base/regmap/Kconfig
index cd4bb642b9de..9f8dcb32c24b 100644
--- a/drivers/base/regmap/Kconfig
+++ b/drivers/base/regmap/Kconfig
@@ -9,11 +9,6 @@ config REGMAP
select MDIO_BUS if REGMAP_MDIO
bool
-config REGCACHE_COMPRESSED
- select LZO_COMPRESS
- select LZO_DECOMPRESS
- bool
-
config REGMAP_AC97
tristate