Merge branch 'topic/lzo' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorMark Brown <broonie@kernel.org>
Tue, 6 Jun 2017 19:10:47 +0000 (20:10 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jun 2017 19:10:47 +0000 (20:10 +0100)
1  2 
drivers/base/regmap/Kconfig
drivers/base/regmap/Makefile

@@@ -3,10 -3,13 +3,13 @@@
  # subsystems should select the appropriate symbols.
  
  config REGMAP
 -      default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
 +      default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
+       select IRQ_DOMAIN if REGMAP_IRQ
+       bool
+ config REGCACHE_COMPRESSED
        select LZO_COMPRESS
        select LZO_DECOMPRESS
-       select IRQ_DOMAIN if REGMAP_IRQ
        bool
  
  config REGMAP_AC97
Simple merge