aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.13/259-regmap_dynamic.patch2
-rw-r--r--target/linux/generic/patches-3.14/259-regmap_dynamic.patch2
-rw-r--r--target/linux/generic/patches-3.18/259-regmap_dynamic.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.13/259-regmap_dynamic.patch b/target/linux/generic/patches-3.13/259-regmap_dynamic.patch
index e85b2d8ccd..f1324d88f2 100644
--- a/target/linux/generic/patches-3.13/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-3.13/259-regmap_dynamic.patch
@@ -14,7 +14,7 @@
config REGMAP_I2C
- tristate
+ select REGMAP
-+ tristate "Regmap I2C
++ tristate "Regmap I2C"
config REGMAP_SPI
- tristate
diff --git a/target/linux/generic/patches-3.14/259-regmap_dynamic.patch b/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
index e7f5bcee97..2f60d7fcaf 100644
--- a/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
@@ -14,7 +14,7 @@
config REGMAP_I2C
- tristate
+ select REGMAP
-+ tristate "Regmap I2C
++ tristate "Regmap I2C"
config REGMAP_SPI
- tristate
diff --git a/target/linux/generic/patches-3.18/259-regmap_dynamic.patch b/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
index 55e639cb85..cf67a7df01 100644
--- a/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
@@ -13,7 +13,7 @@
config REGMAP_I2C
- tristate
-+ tristate "Regmap I2C
++ tristate "Regmap I2C"
+ select REGMAP
depends on I2C