aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-10-15 07:29:07 -0400
committerSamuel Ortiz <samuel@sortiz.org>2008-10-19 16:54:13 -0400
commite48318025477272d09720f09085cd0ec71caeb73 (patch)
tree18297a84b7bfd3a88a0a413c23a670bd9f2e0040 /drivers/mfd
parentc7752351c34d852ca0da697f812534101eecd82e (diff)
mfd: ucb1400 sound driver uses/depends on AC97_BUS:
ERROR: "ac97_bus_type" [drivers/mfd/ucb1400_core.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index cccda99328f3..57d972f39cf0 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -52,6 +52,7 @@ config HTC_PASIC3
52 52
53config UCB1400_CORE 53config UCB1400_CORE
54 tristate "Philips UCB1400 Core driver" 54 tristate "Philips UCB1400 Core driver"
55 depends on AC97_BUS
55 help 56 help
56 This enables support for the Philips UCB1400 core functions. 57 This enables support for the Philips UCB1400 core functions.
57 The UCB1400 is an AC97 audio codec. 58 The UCB1400 is an AC97 audio codec.