On 9/24/25 13:30, Luca Weiss wrote:
The previous description "Qualcomm snapdragon" barely tells the user
anything, update the name so that it's clear which configs the user can
choose between, namely the older QUP driver, or the newer GENI driver.
Signed-off-by: Luca Weiss <[email protected]>
---
drivers/serial/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index
1f2f2468eb0b32327785f4fcd184b2b6f03a15f6..ccbb40b34fef16e2561bc4bb3ca3284fa700988f
100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -328,7 +328,7 @@ config DEBUG_UART_MSM
be available until the real driver-model serial is running.
config DEBUG_UART_MSM_GENI
- bool "Qualcomm snapdragon"
+ bool "Qualcomm GENI UART debug"
depends on ARCH_SNAPDRAGON
help
Select this to enable a debug UART using the serial_msm driver. You
Reviewed-by: Neil Armstrong <[email protected]>