diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-10-27 23:14:21 +0000 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-10-27 23:14:21 +0000 |
| commit | fb543b63a9a5df3d2eb786c3099b9cb1290fbc48 (patch) | |
| tree | b2a281689ead2a53822dfb8585b31575466a98d8 | |
| parent | f12c4b08157b2155553186bb181318ad1bc9acd2 (diff) | |
| download | upstream-fb543b63a9a5df3d2eb786c3099b9cb1290fbc48.tar.gz upstream-fb543b63a9a5df3d2eb786c3099b9cb1290fbc48.tar.bz2 upstream-fb543b63a9a5df3d2eb786c3099b9cb1290fbc48.zip | |
kernel: add closing " to REGMAP_I2C's tristate
Thanks swalker for reporting.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43099
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.13/259-regmap_dynamic.patch b/target/linux/generic/patches-3.13/259-regmap_dynamic.patch index e85b2d8ccdd..f1324d88f29 100644 --- a/target/linux/generic/patches-3.13/259-regmap_dynamic.patch +++ b/target/linux/generic/patches-3.13/259-regmap_dynamic.patch @@ -14,7 +14,7 @@ config REGMAP_I2C - tristate + select REGMAP -+ tristate "Regmap I2C ++ tristate "Regmap I2C" config REGMAP_SPI - tristate diff --git a/target/linux/generic/patches-3.14/259-regmap_dynamic.patch b/target/linux/generic/patches-3.14/259-regmap_dynamic.patch index e7f5bcee97a..2f60d7fcafe 100644 --- a/target/linux/generic/patches-3.14/259-regmap_dynamic.patch +++ b/target/linux/generic/patches-3.14/259-regmap_dynamic.patch @@ -14,7 +14,7 @@ config REGMAP_I2C - tristate + select REGMAP -+ tristate "Regmap I2C ++ tristate "Regmap I2C" config REGMAP_SPI - tristate 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 55e639cb852..cf67a7df01c 100644 --- a/target/linux/generic/patches-3.18/259-regmap_dynamic.patch +++ b/target/linux/generic/patches-3.18/259-regmap_dynamic.patch @@ -13,7 +13,7 @@ config REGMAP_I2C - tristate -+ tristate "Regmap I2C ++ tristate "Regmap I2C" + select REGMAP depends on I2C |
