Patch "serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED" has been added to the 5.15-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

    serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED

to the 5.15-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:
     serial-8250-serial_8250_aspeed_vuart-should-depend-o.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 051507a311fac00409ddb431452c67fc0f3454d7
Author: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date:   Mon Jul 11 10:42:52 2022 +0200

    serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED
    
    [ Upstream commit 806a449725cbd679a7f52c394d3c87b451d66bd5 ]
    
    The Aspeed Virtual UART is only present on Aspeed BMC platforms.  Hence
    add a dependency on ARCH_ASPEED, to prevent asking the user about this
    driver when configuring a kernel without Aspeed BMC support.
    
    Reviewed-by: Jeremy Kerr <jk@xxxxxxxxxx>
    Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    Link: https://lore.kernel.org/r/259138c372d433005b4871789ef9ee8d15320307.1657528861.git.geert+renesas@xxxxxxxxx
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Stable-dep-of: f8086d1a65ac ("serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it")
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index da63e76c7530c..7cd61565c1351 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -254,6 +254,7 @@ config SERIAL_8250_ASPEED_VUART
 	depends on SERIAL_8250
 	depends on OF
 	depends on REGMAP && MFD_SYSCON
+	depends on ARCH_ASPEED || COMPILE_TEST
 	help
 	  If you want to use the virtual UART (VUART) device on Aspeed
 	  BMC platforms, enable this option. This enables the 16550A-



[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