diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-10-15 07:30:47 -0400 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2008-10-19 16:54:13 -0400 |
commit | 5a49a540df7c9984976aaabcb13f79ed5ce9672c (patch) | |
tree | 3114d9c19eacd8342eb08e6c53b17ccbacc4a1cb /drivers | |
parent | e48318025477272d09720f09085cd0ec71caeb73 (diff) |
mfd: ucb1400 needs GPIO
ia64 allmodconfig:
In file included from include/linux/ucb1400.h:27,
from drivers/mfd/ucb1400_core.c:24:
include/asm-generic/gpio.h: In function `gpio_get_value_cansleep':
include/asm-generic/gpio.h:147: error: implicit declaration of function `gpio_get_value'
include/asm-generic/gpio.h: In function `gpio_set_value_cansleep':
include/asm-generic/gpio.h:153: error: implicit declaration of function `gpio_set_value'
drivers/mfd/ucb1400_core.c: At top level:
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers')
-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 57d972f39cf0..5a79d2d4cdae 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -53,6 +53,7 @@ config HTC_PASIC3 | |||
53 | config UCB1400_CORE | 53 | config UCB1400_CORE |
54 | tristate "Philips UCB1400 Core driver" | 54 | tristate "Philips UCB1400 Core driver" |
55 | depends on AC97_BUS | 55 | depends on AC97_BUS |
56 | depends on GPIOLIB | ||
56 | help | 57 | help |
57 | This enables support for the Philips UCB1400 core functions. | 58 | This enables support for the Philips UCB1400 core functions. |
58 | The UCB1400 is an AC97 audio codec. | 59 | The UCB1400 is an AC97 audio codec. |