Patch "can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set" has been added to the 6.5-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set

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:
     can-sun4i_can-only-show-kconfig-if-arch_sunxi-is-set.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 dcbedb7d53fa97bd3cf2aae4321f17cc249a079f
Author: John Watts <contact@xxxxxxxxxx>
Date:   Wed Sep 6 09:13:43 2023 +1000

    can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set
    
    [ Upstream commit 1f223208ebdef84f21c15e9958c005a93c871aa2 ]
    
    When adding the RISCV option I didn't gate it behind ARCH_SUNXI.
    As a result this option shows up with Allwinner support isn't enabled.
    Fix that by requiring ARCH_SUNXI to be set if RISCV is set.
    
    Fixes: 8abb95250ae6 ("can: sun4i_can: Add support for the Allwinner D1")
    Reported-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
    Closes: https://lore.kernel.org/linux-sunxi/CAMuHMdV2m54UAH0X2dG7stEg=grFihrdsz4+o7=_DpBMhjTbkw@xxxxxxxxxxxxxx/
    Signed-off-by: John Watts <contact@xxxxxxxxxx>
    Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    Link: https://lore.kernel.org/all/20230905231342.2042759-2-contact@xxxxxxxxxx
    Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index e626de33e735d..716bba8cc2017 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -185,7 +185,7 @@ config CAN_SLCAN
 
 config CAN_SUN4I
 	tristate "Allwinner A10 CAN controller"
-	depends on MACH_SUN4I || MACH_SUN7I || RISCV || COMPILE_TEST
+	depends on MACH_SUN4I || MACH_SUN7I || (RISCV && ARCH_SUNXI) || COMPILE_TEST
 	help
 	  Say Y here if you want to use CAN controller found on Allwinner
 	  A10/A20/D1 SoCs.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux