mfd: rk1000: Add rk1000 core driver to kbuild

RK1000's control register block need mclk for i2c communication.
So mclk should be enabled in advance.
RK1000's control register block should be registered before RK1000
TVE.

Change-Id: Iba9a2a410fe927666072f8d246995462a860ec3a
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
Algea Cao
2017-07-15 12:08:49 +08:00
committed by Tao Huang
parent 87cf222c18
commit 4c61ce641f
2 changed files with 10 additions and 0 deletions

View File

@@ -1151,6 +1151,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

View File

@@ -223,6 +223,7 @@ obj-$(CONFIG_MFD_RK630) += rk630.o
obj-$(CONFIG_MFD_RK630_I2C) += rk630-i2c.o
obj-$(CONFIG_MFD_RK630_SPI) += rk630-spi.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