summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/270-regmap_dynamic.patch
blob: eaa6dbf367a0e1b0fefffb532399642936a75181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/drivers/base/regmap/Kconfig
+++ b/drivers/base/regmap/Kconfig
@@ -3,15 +3,16 @@
 # subsystems should select the appropriate symbols.
 
 config REGMAP
-	default y if (REGMAP_I2C || REGMAP_SPI)
 	select LZO_COMPRESS
 	select LZO_DECOMPRESS
-	bool
+	tristate
 
 config REGMAP_I2C
+	select REGMAP
 	tristate
 
 config REGMAP_SPI
+	select REGMAP
 	tristate
 
 config REGMAP_IRQ