aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-03-20 20:06:05 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-27 19:37:28 -0400
commite090d506c3f1b314059fb77b177cd4193bb81d6e (patch)
tree65e589046da3de2ada51415ff3d1598c0dc81085 /drivers/mfd/Makefile
parentf322d5f0097333343bfd92b47258ee997c889263 (diff)
mfd: Add support for the RDC321x southbridge
This patch adds a new MFD driver for the RDC321x southbridge. This southbridge is always present in the RDC321x System-on-a-Chip and provides access to some GPIOs as well as a watchdog. Access to these two functions is done using the southbridge PCI device configuration space. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 87935f967aa0..f177e064b31b 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -63,4 +63,5 @@ obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o
63obj-$(CONFIG_AB4500_CORE) += ab4500-core.o 63obj-$(CONFIG_AB4500_CORE) += ab4500-core.o
64obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o 64obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o
65obj-$(CONFIG_PMIC_ADP5520) += adp5520.o 65obj-$(CONFIG_PMIC_ADP5520) += adp5520.o
66obj-$(CONFIG_LPC_SCH) += lpc_sch.o \ No newline at end of file 66obj-$(CONFIG_LPC_SCH) += lpc_sch.o
67obj-$(CONFIG_MFD_RDC321X) += rdc321x-southbridge.o