blob: c8ee12c58f5575dd8082dd06ad7536a6c77bae18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -Nur linux-3.10.30.orig/drivers/base/regmap/Kconfig linux-3.10.30/drivers/base/regmap/Kconfig
--- linux-3.10.30.orig/drivers/base/regmap/Kconfig 2014-02-13 22:48:15.000000000 +0100
+++ linux-3.10.30/drivers/base/regmap/Kconfig 2014-05-19 18:38:14.558461284 +0200
@@ -10,13 +10,13 @@
bool
config REGMAP_I2C
- tristate
+ boolean
config REGMAP_SPI
- tristate
+ boolean
config REGMAP_MMIO
- tristate
+ boolean
config REGMAP_IRQ
bool
|