X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fmfd%2FKconfig;h=25716193a534db2d4fb16c00cca5b1a94c481c6a;hb=7924e4f6519dd5b349ed146fe9fe35206730be67;hp=1588a59e3767a18a2a03fbf7bf1ba7a0d54b2bbb;hpb=ef88b7dba2b47c70037a34a599d383462bb74bd3;p=powerpc.git diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1588a59e37..25716193a5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -2,7 +2,23 @@ # Multifunction miscellaneous devices # +menu "Multifunction device drivers" + depends on HAS_IOMEM + +config MFD_SM501 + tristate "Support for Silicon Motion SM501" + ---help--- + This is the core driver for the Silicon Motion SM501 multimedia + companion chip. This device is a multifunction device which may + provide numerous interfaces including USB host controller, USB gadget, + asynchronous serial ports, audio functions, and a dual display video + interface. The device may be connected by PCI or local bus with + varying functions enabled. + +endmenu + menu "Multimedia Capabilities Port drivers" + depends on ARCH_SA1100 config MCP tristate @@ -13,4 +29,13 @@ config MCP_SA11X0 depends on ARCH_SA1100 select MCP +# Chip drivers +config MCP_UCB1200 + tristate "Support for UCB1200 / UCB1300" + depends on MCP + +config MCP_UCB1200_TS + tristate "Touchscreen interface support" + depends on MCP_UCB1200 && INPUT + endmenu