diff options
Diffstat (limited to 'target/linux/generic/pending-3.18/259-regmap_dynamic.patch')
-rw-r--r-- | target/linux/generic/pending-3.18/259-regmap_dynamic.patch | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/target/linux/generic/pending-3.18/259-regmap_dynamic.patch b/target/linux/generic/pending-3.18/259-regmap_dynamic.patch index 5e422ebd48..0748919e66 100644 --- a/target/linux/generic/pending-3.18/259-regmap_dynamic.patch +++ b/target/linux/generic/pending-3.18/259-regmap_dynamic.patch @@ -7,22 +7,19 @@ - default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_MMIO || REGMAP_IRQ) select IRQ_DOMAIN if REGMAP_IRQ - bool -+ tristate "Regmap" ++ tristate config REGCACHE_COMPRESSED select LZO_COMPRESS -@@ -13,19 +12,25 @@ config REGCACHE_COMPRESSED - bool +@@ -14,18 +13,24 @@ config REGCACHE_COMPRESSED config REGMAP_I2C -- tristate -+ tristate "Regmap I2C" + tristate + select REGMAP depends on I2C config REGMAP_SPI -- tristate -+ tristate "Regmap SPI" + tristate + select REGMAP + depends on SPI_MASTER depends on SPI @@ -33,8 +30,7 @@ depends on SPMI config REGMAP_MMIO -- tristate -+ tristate "Regmap MMIO" + tristate + select REGMAP config REGMAP_IRQ |