diff options
author | Ben Dooks <ben@fluff.org.uk> | 2007-02-20 16:58:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-20 20:10:14 -0500 |
commit | b6d6454fdb66f3829af8b92ab06825b6060fdf7e (patch) | |
tree | 8de7c81e0c56fef5bc70870d107d346ca7a83529 /drivers/mfd/Kconfig | |
parent | 60e114d1134555d1813e20a8cd86304331da05c7 (diff) |
[PATCH] mfd: SM501 core driver
This driver provides the core functionality of the SM501, which is a
multi-function chip including two framebuffers, video acceleration, USB,
and many other peripheral blocks.
The driver exports a number of entries for the peripheral drivers to use.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Vincent Sanders <vince@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index fc3c8854f430..ab6e985275b2 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -2,6 +2,20 @@ | |||
2 | # Multifunction miscellaneous devices | 2 | # Multifunction miscellaneous devices |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Multifunction device drivers" | ||
6 | |||
7 | config MFD_SM501 | ||
8 | tristate "Support for Silicon Motion SM501" | ||
9 | ---help--- | ||
10 | This is the core driver for the Silicon Motion SM501 multimedia | ||
11 | companion chip. This device is a multifunction device which may | ||
12 | provide numerous interfaces including USB host controller USB gadget, | ||
13 | Asyncronous Serial ports, Audio functions and a dual display video | ||
14 | interface. The device may be connected by PCI or local bus with | ||
15 | varying functions enabled. | ||
16 | |||
17 | endmenu | ||
18 | |||
5 | menu "Multimedia Capabilities Port drivers" | 19 | menu "Multimedia Capabilities Port drivers" |
6 | depends on ARCH_SA1100 | 20 | depends on ARCH_SA1100 |
7 | 21 | ||