diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-02-17 04:06:45 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-04-04 18:32:21 -0400 |
commit | 0254a8f496f9c939d4068613ace4ffd0d9e6ece2 (patch) | |
tree | 0807d9ef298a4022bd76a072806ca008598d3497 /drivers/mfd/Kconfig | |
parent | a23a175795cdb202619ac176129b2f0c2a5c9456 (diff) |
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 75f35dbb11dc..ee3927ab11e0 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -52,6 +52,7 @@ config HTC_EGPIO | |||
52 | 52 | ||
53 | config HTC_PASIC3 | 53 | config HTC_PASIC3 |
54 | tristate "HTC PASIC3 LED/DS1WM chip support" | 54 | tristate "HTC PASIC3 LED/DS1WM chip support" |
55 | select MFD_CORE | ||
55 | help | 56 | help |
56 | This core driver provides register access for the LED/DS1WM | 57 | This core driver provides register access for the LED/DS1WM |
57 | chips labeled "AIC2" and "AIC3", found on HTC Blueangel and | 58 | chips labeled "AIC2" and "AIC3", found on HTC Blueangel and |