This is a note to let you know that I've just added the patch titled riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE to the 6.6-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: riscv-kconfig-add-select-arm_amba-to-soc_starfive.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 78a03b9f8e6b317f7c65738a3fc60e1e85106a64 Mon Sep 17 00:00:00 2001 From: Jia Jie Ho <jiajie.ho@xxxxxxxxxxxxxxxx> Date: Thu, 25 May 2023 14:18:36 +0800 Subject: riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE From: Jia Jie Ho <jiajie.ho@xxxxxxxxxxxxxxxx> commit 78a03b9f8e6b317f7c65738a3fc60e1e85106a64 upstream. Selects ARM_AMBA platform support for StarFive SoCs required by spi and crypto dma engine. Signed-off-by: Jia Jie Ho <jiajie.ho@xxxxxxxxxxxxxxxx> Acked-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx> Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Cc: Nam Cao <namcao@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/riscv/Kconfig.socs | 1 + 1 file changed, 1 insertion(+) --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -29,6 +29,7 @@ config SOC_STARFIVE bool "StarFive SoCs" select PINCTRL select RESET_CONTROLLER + select ARM_AMBA help This enables support for StarFive SoC platform hardware. Patches currently in stable-queue which might be from jiajie.ho@xxxxxxxxxxxxxxxx are queue-6.6/riscv-kconfig-add-select-arm_amba-to-soc_starfive.patch