linux: update to 4.13.1
[openadk.git] / target / linux / patches / 4.12.10 / regmap-default-on.patch
blobf27eb1d9444a25b32214a0e32c7aeb7b0d215177
1 diff -Nur linux-4.12.3.orig/drivers/base/regmap/Kconfig linux-4.12.3/drivers/base/regmap/Kconfig
2 --- linux-4.12.3.orig/drivers/base/regmap/Kconfig 2017-07-21 06:59:24.000000000 +0200
3 +++ linux-4.12.3/drivers/base/regmap/Kconfig 2017-07-25 23:02:14.060483161 +0200
4 @@ -3,7 +3,7 @@
5 # subsystems should select the appropriate symbols.
7 config REGMAP
8 - default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
9 + default y
10 select LZO_COMPRESS
11 select LZO_DECOMPRESS
12 select IRQ_DOMAIN if REGMAP_IRQ
13 @@ -29,3 +29,4 @@
15 config REGMAP_IRQ
16 bool
17 + default y