This is a note to let you know that I've just added the patch titled mfd: rk808: Make MFD_RK8XX tristate to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: mfd-rk808-make-mfd_rk8xx-tristate.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit fe33d44e46b900c9f8624f055bf8c7f29f24c6dd Author: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Date: Tue Jul 4 15:07:48 2023 +0200 mfd: rk808: Make MFD_RK8XX tristate [ Upstream commit d085c27aa62999e2fe054707ab9da2af65d22b2f ] There is no reason for MFD_RK8XX to be bool, all drivers that depend on it, or that select it, are tristate. Fixes: c20e8c5b1203af37 ("mfd: rk808: Split into core and i2c") Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> Tested-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/d132363fc9228473e9e652b70a3761b94de32d70.1688475844.git.geert+renesas@xxxxxxxxx Signed-off-by: Lee Jones <lee@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 6f5b259a6d6a0..f6b519eaaa710 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1197,7 +1197,7 @@ config MFD_RC5T583 different functionality of the device. config MFD_RK8XX - bool + tristate select MFD_CORE config MFD_RK8XX_I2C