aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2023-05-18 06:05:40 +0200
committerSebastian Reichel <sebastian.reichel@collabora.com>2023-06-14 19:33:04 +0200
commit787614e7c48437ea5764f9cff824b45357c912ed (patch)
tree843f1f59404ac377a42ac973dfcf08096bdabead
parent924764aa5f2e705f46f548611e6a9d6b986ae880 (diff)
downloadlinux-misc-rk806-defconfig-fix-arm64.tar.gz
arm64: defconfig: update RK8XX MFD configrk806-defconfig-fix-arm64
Update the defconfig for the new RK8XX MFD config name, which got split to add SPI support. Reported-by: Marek Szyprowski <m.szyprowski@samsung.com> Fixes: c20e8c5b1203a ("mfd: rk808: Split into core and i2c") Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r--arch/arm64/configs/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a24609e14d50ee..cd69c9ced7dafa 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -688,7 +688,8 @@ CONFIG_MFD_MAX77620=y
CONFIG_MFD_MT6360=y
CONFIG_MFD_MT6397=y
CONFIG_MFD_SPMI_PMIC=y
-CONFIG_MFD_RK808=y
+CONFIG_MFD_RK8XX_I2C=y
+CONFIG_MFD_RK8XX_SPI=y
CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SL28CPLD=y
CONFIG_MFD_TPS65219=y