diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-04-09 15:51:25 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-18 18:45:20 -0400 |
commit | 95e50f6a2fe9ece6503e355400c171e0f5de61be (patch) | |
tree | d3eb87597fbe75b035e6c73887190a99edddc33f /drivers/mfd/Kconfig | |
parent | 360e64d8bbe7c78784d769a60d152804f5079577 (diff) |
mfd: retu: Add Tahvo support
Tahvo is a multi-function device on Nokia 770, implementing USB
transceiver and charge/battery control.
It's so close to Retu that a single driver can support both.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2f3ce1836181..9de05020c660 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -371,13 +371,13 @@ config MFD_VIPERBOARD | |||
371 | The drivers do not support all features the board exposes. | 371 | The drivers do not support all features the board exposes. |
372 | 372 | ||
373 | config MFD_RETU | 373 | config MFD_RETU |
374 | tristate "Nokia Retu multi-function device" | 374 | tristate "Nokia Retu and Tahvo multi-function device" |
375 | select MFD_CORE | 375 | select MFD_CORE |
376 | depends on I2C && GENERIC_HARDIRQS | 376 | depends on I2C && GENERIC_HARDIRQS |
377 | select REGMAP_IRQ | 377 | select REGMAP_IRQ |
378 | help | 378 | help |
379 | Retu is a multi-function device found on Nokia Internet Tablets | 379 | Retu and Tahvo are a multi-function devices found on Nokia |
380 | (770, N800 and N810). | 380 | Internet Tablets (770, N800 and N810). |
381 | 381 | ||
382 | config MFD_PCF50633 | 382 | config MFD_PCF50633 |
383 | tristate "NXP PCF50633" | 383 | tristate "NXP PCF50633" |