kernel: add closing " to REGMAP_I2C's tristate

Thanks swalker for reporting.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 43099
master
Hauke Mehrtens 10 years ago
parent f12c4b0815
commit fb543b63a9
  1. 2
      target/linux/generic/patches-3.13/259-regmap_dynamic.patch
  2. 2
      target/linux/generic/patches-3.14/259-regmap_dynamic.patch
  3. 2
      target/linux/generic/patches-3.18/259-regmap_dynamic.patch

@ -14,7 +14,7 @@
config REGMAP_I2C
- tristate
+ select REGMAP
+ tristate "Regmap I2C
+ tristate "Regmap I2C"
config REGMAP_SPI
- tristate

@ -14,7 +14,7 @@
config REGMAP_I2C
- tristate
+ select REGMAP
+ tristate "Regmap I2C
+ tristate "Regmap I2C"
config REGMAP_SPI
- tristate

@ -13,7 +13,7 @@
config REGMAP_I2C
- tristate
+ tristate "Regmap I2C
+ tristate "Regmap I2C"
+ select REGMAP
depends on I2C

Loading…
Cancel
Save