diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-10-11 07:55:32 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-13 13:54:23 -0500 |
commit | ab7edb149c7548541ee588b8372c2041b6f1cbc8 (patch) | |
tree | 12bff6036c4eed3683e007e3fa890d1453666edf /drivers/mfd/Kconfig | |
parent | 1ac96265a6f35080083e85b0f58182cdc9c07d0e (diff) |
mfd: twl6040: Convert to use regmap_irq
With regmap_irq it is possible to remove the twl6040-irq.c file and
simplify the code.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 3f2187ae8c5d..34242cada125 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -321,10 +321,10 @@ config MFD_TWL4030_AUDIO | |||
321 | 321 | ||
322 | config TWL6040_CORE | 322 | config TWL6040_CORE |
323 | bool "Support for TWL6040 audio codec" | 323 | bool "Support for TWL6040 audio codec" |
324 | depends on I2C=y && GENERIC_HARDIRQS | 324 | depends on I2C=y |
325 | select MFD_CORE | 325 | select MFD_CORE |
326 | select REGMAP_I2C | 326 | select REGMAP_I2C |
327 | select IRQ_DOMAIN | 327 | select REGMAP_IRQ |
328 | default n | 328 | default n |
329 | help | 329 | help |
330 | Say yes here if you want support for Texas Instruments TWL6040 audio | 330 | Say yes here if you want support for Texas Instruments TWL6040 audio |