OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 19... Line 19...
19 19
20 config REGMAP 20 config REGMAP
21 - default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ) 21 - default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
22 select IRQ_DOMAIN if REGMAP_IRQ 22 select IRQ_DOMAIN if REGMAP_IRQ
23 - bool 23 - bool
Line 24... Line 24...
24 + tristate 24 + tristate "Regmap"
25 25
26 config REGCACHE_COMPRESSED 26 config REGCACHE_COMPRESSED
-   27 select LZO_COMPRESS
Line 27... Line 28...
27 select LZO_COMPRESS 28 @@ -16,19 +15,25 @@ config REGMAP_AC97
28 @@ -17,18 +16,24 @@ config REGMAP_AC97 29 tristate
-   30
29 31 config REGMAP_I2C
30 config REGMAP_I2C 32 - tristate
Line 31... Line 33...
31 tristate 33 + tristate "Regmap I2C"
32 + select REGMAP 34 + select REGMAP
-   35 depends on I2C
33 depends on I2C 36
34 37 config REGMAP_SPI
35 config REGMAP_SPI 38 - tristate
Line 36... Line 39...
36 tristate 39 + tristate "Regmap SPI"
37 + select REGMAP 40 + select REGMAP
38 + depends on SPI_MASTER 41 + depends on SPI_MASTER
39 depends on SPI 42 depends on SPI
Line 40... Line 43...
40 43
41 config REGMAP_SPMI 44 config REGMAP_SPMI
-   45 + select REGMAP
42 + select REGMAP 46 tristate
Line 43... Line 47...
43 tristate 47 depends on SPMI
44 depends on SPMI 48
45 49 config REGMAP_MMIO