diff options
Diffstat (limited to 'target/linux/generic/patches-4.1')
-rw-r--r-- | target/linux/generic/patches-4.1/259-regmap_dynamic.patch | 3 |
1 files changed, 2 insertions, 1 deletions
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 |