summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.17.4/regmap-boolean.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-07 05:00:48 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-07 05:00:48 +0100
commit444d0ea061cabd9851ba0e144a94a10271ca6c79 (patch)
tree515486402bd57f764af8fc97a86b59e94634bb2d /target/linux/patches/3.17.4/regmap-boolean.patch
parent36d63c60dbe2d074dff81a6af7dd77b62b5f23dc (diff)
parent4c9ab0d218fbf8f29ce4250f2b9941e6feae0651 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/3.17.4/regmap-boolean.patch')
-rw-r--r--target/linux/patches/3.17.4/regmap-boolean.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/patches/3.17.4/regmap-boolean.patch b/target/linux/patches/3.17.4/regmap-boolean.patch
new file mode 100644
index 000000000..b61c4792a
--- /dev/null
+++ b/target/linux/patches/3.17.4/regmap-boolean.patch
@@ -0,0 +1,24 @@
+diff -Nur linux-3.15.orig/drivers/base/regmap/Kconfig linux-3.15/drivers/base/regmap/Kconfig
+--- linux-3.15.orig/drivers/base/regmap/Kconfig 2014-06-08 20:19:54.000000000 +0200
++++ linux-3.15/drivers/base/regmap/Kconfig 2014-06-20 10:33:33.450143320 +0200
+@@ -10,16 +10,16 @@
+ bool
+
+ config REGMAP_I2C
+- tristate
++ boolean
+
+ config REGMAP_SPI
+- tristate
++ boolean
+
+ config REGMAP_SPMI
+- tristate
++ boolean
+
+ config REGMAP_MMIO
+- tristate
++ boolean
+
+ config REGMAP_IRQ
+ bool