diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-28 10:37:20 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:57 -0400 |
commit | 8e00593557c3c5a7bc6f636412a1cadcf4624232 (patch) | |
tree | 5d2872ae1cc0f39ebc0e29114864d12acdee292d /drivers/mfd/Kconfig | |
parent | b4e017e332b873133602f47ae8cacfae64ab82c5 (diff) |
mfd: Add mc13892 support to mc13xxx
mc13892 is the companion PMIC for Freescale's i.MX51. It's similar enough
to mc13782 to support it in a single driver.
This patch introduces enough compatibility cruft to keep all users of the
superseded mc13783 driver unchanged.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9735f581574d..6c6b9f02d177 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -409,11 +409,16 @@ config MFD_PCF50633 | |||
409 | so that function-specific drivers can bind to them. | 409 | so that function-specific drivers can bind to them. |
410 | 410 | ||
411 | config MFD_MC13783 | 411 | config MFD_MC13783 |
412 | tristate "Support Freescale MC13783" | 412 | tristate |
413 | |||
414 | config MFD_MC13XXX | ||
415 | tristate "Support Freescale MC13783 and MC13892" | ||
413 | depends on SPI_MASTER | 416 | depends on SPI_MASTER |
414 | select MFD_CORE | 417 | select MFD_CORE |
418 | select MFD_MC13783 | ||
415 | help | 419 | help |
416 | Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC. | 420 | Support for the Freescale (Atlas) PMIC and audio CODECs |
421 | MC13783 and MC13892. | ||
417 | This driver provides common support for accessing the device, | 422 | This driver provides common support for accessing the device, |
418 | additional drivers must be enabled in order to use the | 423 | additional drivers must be enabled in order to use the |
419 | functionality of the device. | 424 | functionality of the device. |