gdb: update to 8.0.1
[openadk.git] / target / linux / patches / 4.1.43 / regmap-default-on.patch
blob8d72224bf91bf1d1b954dfa32961b76d469b3ab7
1 diff -Nur linux-4.1.6.orig/drivers/base/regmap/Kconfig linux-4.1.6/drivers/base/regmap/Kconfig
2 --- linux-4.1.6.orig/drivers/base/regmap/Kconfig 2015-08-17 05:52:51.000000000 +0200
3 +++ linux-4.1.6/drivers/base/regmap/Kconfig 2015-08-29 22:18:50.329683337 +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