diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-23 16:11:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-23 16:11:07 -0400 |
commit | eb2689e06b3526c7684b09beecf26070f05ee825 (patch) | |
tree | cf55297c4c960eb07c815620c65628201138c839 | |
parent | 2e341ca686042aa464efa755447e7bcee91d1eb6 (diff) | |
parent | 18d5eacb52291faaa430fc50b435b3bb204dba88 (diff) |
Merge tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Pull a regmap kconfig dependency fix from Mark Brown:
"Fix the dependency on IRQ_DOMAIN for REGMAP_IRQ in the core
Fixes a missing select from the Palmas driver a bit more throoughly."
* tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
regmap: Use select .. if to get IRQ_DOMAIN enabled
-rw-r--r-- | drivers/base/regmap/Kconfig | 1 | ||||
-rw-r--r-- | drivers/mfd/Kconfig | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/drivers/base/regmap/Kconfig b/drivers/base/regmap/Kconfig index 9ef0a5326f17..6be390bd8bd1 100644 --- a/drivers/base/regmap/Kconfig +++ b/drivers/base/regmap/Kconfig | |||
@@ -6,6 +6,7 @@ config REGMAP | |||
6 | default y if (REGMAP_I2C || REGMAP_SPI) | 6 | default y if (REGMAP_I2C || REGMAP_SPI) |
7 | select LZO_COMPRESS | 7 | select LZO_COMPRESS |
8 | select LZO_DECOMPRESS | 8 | select LZO_DECOMPRESS |
9 | select IRQ_DOMAIN if REGMAP_IRQ | ||
9 | bool | 10 | bool |
10 | 11 | ||
11 | config REGMAP_I2C | 12 | config REGMAP_I2C |
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 220686159c15..f4b4dad77391 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -377,7 +377,6 @@ config PMIC_DA9052 | |||
377 | 377 | ||
378 | config MFD_DA9052_SPI | 378 | config MFD_DA9052_SPI |
379 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with SPI" | 379 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with SPI" |
380 | select IRQ_DOMAIN | ||
381 | select REGMAP_SPI | 380 | select REGMAP_SPI |
382 | select REGMAP_IRQ | 381 | select REGMAP_IRQ |
383 | select PMIC_DA9052 | 382 | select PMIC_DA9052 |
@@ -390,7 +389,6 @@ config MFD_DA9052_SPI | |||
390 | 389 | ||
391 | config MFD_DA9052_I2C | 390 | config MFD_DA9052_I2C |
392 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C" | 391 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C" |
393 | select IRQ_DOMAIN | ||
394 | select REGMAP_I2C | 392 | select REGMAP_I2C |
395 | select REGMAP_IRQ | 393 | select REGMAP_IRQ |
396 | select PMIC_DA9052 | 394 | select PMIC_DA9052 |
@@ -561,7 +559,6 @@ config MFD_WM8994 | |||
561 | bool "Support Wolfson Microelectronics WM8994" | 559 | bool "Support Wolfson Microelectronics WM8994" |
562 | select MFD_CORE | 560 | select MFD_CORE |
563 | select REGMAP_I2C | 561 | select REGMAP_I2C |
564 | select IRQ_DOMAIN | ||
565 | select REGMAP_IRQ | 562 | select REGMAP_IRQ |
566 | depends on I2C=y && GENERIC_HARDIRQS | 563 | depends on I2C=y && GENERIC_HARDIRQS |
567 | help | 564 | help |