X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.1%2F259-regmap_dynamic.patch;h=a4bdae6aeca991aaf73ce5571d29fac406c6191e;hb=589206e6be629af7c7b406455b22d66bdf4e5818;hp=33ca2f65c9886a389960046c530a54b5ed0a5ad9;hpb=e4528126dedbacac718099f20553c14c7e37a8c9;p=openwrt%2Fsvn-archive%2Farchive.git 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 33ca2f65c9..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 @@ -78,7 +79,7 @@ #include #include #include -@@ -2632,3 +2633,5 @@ static int __init regmap_initcall(void) +@@ -2631,3 +2632,5 @@ static int __init regmap_initcall(void) return 0; } postcore_initcall(regmap_initcall);