summary refs log tree commit diff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-09-11 10:26:31 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-11 10:26:31 +0100
commit05c45ca9aa4ec57e8e22341633c7a98cc879423d (patch)
treed741028790d6f0b3ede6eb7e4e0632259d5aa4d3 /drivers/mfd/Kconfig
parent2f79f458d2ab4a77f1b9df8d0041e51ce085d7c0 (diff)
downloadlinux-05c45ca9aa4ec57e8e22341633c7a98cc879423d.tar.gz
[MFD] Add code UCB1200/UCB1300 device support
Add the core device support code for the Philips UCB1200 and
UCB1300 devices.  Also includes the following from Pavel:

This fixes u32 vs. pm_message_t confusion and uses cleaner
try_to_freeze() [fixing compilation as a side-effect on newer
kernels.]

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 1588a59e3767..1f8563bde4a9 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -13,4 +13,9 @@ config MCP_SA11X0
 	depends on ARCH_SA1100
 	select MCP
 
+# Chip drivers
+config MCP_UCB1200
+	tristate "Support for UCB1200 / UCB1300"
+	depends on MCP
+
 endmenu