diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1cf3e986a332..05a177744a47 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1019,6 +1019,15 @@ config MFD_RK808 through I2C interface. The device supports multiple sub-devices including interrupts, RTC, LDO & DCDC regulators, and onkey. +config MFD_RK1000 + tristate "RK1000 CORE module support" + depends on I2C && OF + select MFD_CORE + select REGMAP_I2C + help + if you say yes here you get support for the RK1000, with func as + TVEncoder or CODEC. + config MFD_RN5T618 tristate "Ricoh RN5T567/618 PMIC" depends on I2C diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index bc21026f1e80..fab3e101331c 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -208,6 +208,7 @@ obj-$(CONFIG_MFD_VIPERBOARD) += viperboard.o obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o obj-$(CONFIG_MFD_RK618) += rk618.o obj-$(CONFIG_MFD_RK808) += rk808.o +obj-$(CONFIG_MFD_RK1000) += rk1000-core.o obj-$(CONFIG_MFD_RN5T618) += rn5t618.o obj-$(CONFIG_MFD_SEC_CORE) += sec-core.o sec-irq.o obj-$(CONFIG_MFD_SYSCON) += syscon.o