diff options
author | Margarita Olaya <magi@slimlogic.co.uk> | 2011-06-09 15:50:13 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:22 -0400 |
commit | d49a0f3f14a763242b71244019d7881ee06e0658 (patch) | |
tree | fb268d0961fb012c480b8a7557b067a1f40a6753 /drivers/mfd/Makefile | |
parent | 36e52873c6393b569f2befcdd1847929211892b8 (diff) |
tps65912: irq: add interrupt controller
This module controls the interrupt handling for the tps65912.
The interrupt sources can be the following:
- GPIO
- PWRON signal
- PWRHOLD signal
- Temperature detection
Signed-off-by: Margarita Olaya Cabrera <magi@slimlogic.co.uk>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index c9925e5dad99..1d593b9085b7 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -36,7 +36,7 @@ obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o | |||
36 | obj-$(CONFIG_TPS6105X) += tps6105x.o | 36 | obj-$(CONFIG_TPS6105X) += tps6105x.o |
37 | obj-$(CONFIG_TPS65010) += tps65010.o | 37 | obj-$(CONFIG_TPS65010) += tps65010.o |
38 | obj-$(CONFIG_TPS6507X) += tps6507x.o | 38 | obj-$(CONFIG_TPS6507X) += tps6507x.o |
39 | tps65912-objs := tps65912-core.o | 39 | tps65912-objs := tps65912-core.o tps65912-irq.o |
40 | obj-$(CONFIG_MFD_TPS65912) += tps65912.o | 40 | obj-$(CONFIG_MFD_TPS65912) += tps65912.o |
41 | obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o | 41 | obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o |
42 | obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o | 42 | obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o |