aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-06-24 17:37:09 -0400
committerSamuel Ortiz <samuel@sortiz.org>2008-07-20 13:56:01 -0400
commit30250b457f30ca655d37ad1a1587221ff6eefc91 (patch)
tree6fbeeef0515b5e6c10eac5983e51afe7a35d6c7e /drivers/mfd/Kconfig
parent786bef3768a6ea1070526983b20e316c4eacd854 (diff)
mfd: asic3 should depend on gpiolib
Now that asic3 implements the gpiolib API, it should depend on it at build time. Signed-off-by: Samuel Ortiz <sameo@openedhand.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index ae96bd6242f2..260bade0a5ec 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -17,7 +17,7 @@ config MFD_SM501
17 17
18config MFD_ASIC3 18config MFD_ASIC3
19 bool "Support for Compaq ASIC3" 19 bool "Support for Compaq ASIC3"
20 depends on GENERIC_HARDIRQS && ARM 20 depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM
21 ---help--- 21 ---help---
22 This driver supports the ASIC3 multifunction chip found on many 22 This driver supports the ASIC3 multifunction chip found on many
23 PDAs (mainly iPAQ and HTC based ones) 23 PDAs (mainly iPAQ and HTC based ones)