diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-02-17 10:06:45 +0100 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-04-05 00:32:21 +0200 |
commit | 0254a8f496f9c939d4068613ace4ffd0d9e6ece2 (patch) | |
tree | 0807d9ef298a4022bd76a072806ca008598d3497 /drivers/mfd/Kconfig | |
parent | a23a175795cdb202619ac176129b2f0c2a5c9456 (diff) | |
download | op-kernel-dev-0254a8f496f9c939d4068613ace4ffd0d9e6ece2.zip op-kernel-dev-0254a8f496f9c939d4068613ace4ffd0d9e6ece2.tar.gz |
mfd: convert PASIC3 to use MFD core
This patch makes htc-pasic3 register the DS1WM and LED cell drivers
through the MFD core infrastructure instead of allocating the platform
devices manually. It also calculates the bus_shift parameter from the
memory resource size.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 75f35db..ee3927a 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -52,6 +52,7 @@ config HTC_EGPIO config HTC_PASIC3 tristate "HTC PASIC3 LED/DS1WM chip support" + select MFD_CORE help This core driver provides register access for the LED/DS1WM chips labeled "AIC2" and "AIC3", found on HTC Blueangel and |