Skip to content

Commit cf971df

Browse files
srearndb
authored andcommitted
ARM: multi_v7_defconfig: update MFD_RK808 name
MFD_RK808 got split into an I2C and SPI part named MFD_RK8XX_I2C and MFD_RK8XX_SPI. Since there are no known ARMv7 boards using the SPI connected RK8XX chips (which are new), it is enough to just enable the I2C option. Reported-by: Marek Szyprowski <m.szyprowski@samsung.com> Fixes: c20e8c5 ("mfd: rk808: Split into core and i2c") Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 94a599c commit cf971df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ CONFIG_MFD_CPCAP=y
596596
CONFIG_MFD_PM8XXX=y
597597
CONFIG_MFD_QCOM_RPM=y
598598
CONFIG_MFD_SPMI_PMIC=y
599-
CONFIG_MFD_RK808=y
599+
CONFIG_MFD_RK8XX_I2C=y
600600
CONFIG_MFD_RN5T618=y
601601
CONFIG_MFD_SEC_CORE=y
602602
CONFIG_MFD_STMPE=y

0 commit comments

Comments
 (0)