diff options
Diffstat (limited to 'target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch')
-rw-r--r-- | target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch b/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch new file mode 100644 index 000000000..c8ee12c58 --- /dev/null +++ b/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch @@ -0,0 +1,20 @@ +diff -Nur linux-3.10.30.orig/drivers/base/regmap/Kconfig linux-3.10.30/drivers/base/regmap/Kconfig +--- linux-3.10.30.orig/drivers/base/regmap/Kconfig 2014-02-13 22:48:15.000000000 +0100 ++++ linux-3.10.30/drivers/base/regmap/Kconfig 2014-05-19 18:38:14.558461284 +0200 +@@ -10,13 +10,13 @@ + bool + + config REGMAP_I2C +- tristate ++ boolean + + config REGMAP_SPI +- tristate ++ boolean + + config REGMAP_MMIO +- tristate ++ boolean + + config REGMAP_IRQ + bool |