summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/generic/patches-3.18/259-regmap_dynamic.patch3
-rw-r--r--target/linux/generic/patches-4.0/259-regmap_dynamic.patch3
-rw-r--r--target/linux/generic/patches-4.1/259-regmap_dynamic.patch3
3 files changed, 6 insertions, 3 deletions
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 63c85dd40a..b1d4ad2772 100644
--- a/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
@@ -30,8 +30,9 @@
depends on SPMI
config REGMAP_MMIO
+- tristate
++ tristate "Regmap MMIO"
+ select REGMAP
- tristate
config REGMAP_IRQ
+ select REGMAP
diff --git a/target/linux/generic/patches-4.0/259-regmap_dynamic.patch b/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
index dd42895108..084b3b4450 100644
--- a/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
@@ -34,8 +34,9 @@
depends on SPMI
config REGMAP_MMIO
+- tristate
++ tristate "Regmap MMIO"
+ select REGMAP
- tristate
config REGMAP_IRQ
+ select REGMAP
diff --git a/target/linux/generic/patches-4.1/259-regmap_dynamic.patch b/target/linux/generic/patches-4.1/259-regmap_dynamic.patch
index def9ace7ff..a4bdae6aec 100644
--- a/target/linux/generic/patches-4.1/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-4.1/259-regmap_dynamic.patch
@@ -34,8 +34,9 @@
depends on SPMI
config REGMAP_MMIO
+- tristate
++ tristate "Regmap MMIO"
+ select REGMAP
- tristate
config REGMAP_IRQ
+ select REGMAP