summaryrefslogtreecommitdiff
path: root/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-19 20:54:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-19 20:54:51 +0200
commitdce2dfd3b19a8d7646cd0fd7e5d83b1b9e0625db (patch)
tree32dcef780742662b49cee05e3ced606bf873dd3c /target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch
parentbfe861641a1bc13db614981c20ae32d0eb1d55fc (diff)
fix usb for 3.10.30
Diffstat (limited to 'target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch')
-rw-r--r--target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch b/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch
new file mode 100644
index 000000000..c8ee12c58
--- /dev/null
+++ b/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch
@@ -0,0 +1,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