Signed-off-by: Alexander Couzens <[email protected]> --- .../patches-3.10/263-regulator-depends-on-regmap.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/generic/patches-3.10/263-regulator-depends-on-regmap.patch
diff --git a/target/linux/generic/patches-3.10/263-regulator-depends-on-regmap.patch b/target/linux/generic/patches-3.10/263-regulator-depends-on-regmap.patch new file mode 100644 index 0000000..109575d --- /dev/null +++ b/target/linux/generic/patches-3.10/263-regulator-depends-on-regmap.patch @@ -0,0 +1,13 @@ +Regulator depends on regmap - fix dependency in Kconfig + +Signed-off-by: Alexander Couzens <[email protected]> + +--- a/drivers/regulator/Kconfig ++++ b/drivers/regulator/Kconfig +@@ -1,5 +1,6 @@ + menuconfig REGULATOR + bool "Voltage and Current Regulator Support" ++ select REGMAP + help + Generic Voltage and Current Regulator support. + -- 1.8.4.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
