diff options
Diffstat (limited to 'target/linux/generic')
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 63c85dd..b1d4ad2 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 dd42895..084b3b4 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 def9ace..a4bdae6 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 |