From: Paul E. McKenney Date: Wed, 23 Nov 2022 01:22:10 +0000 (-0800) Subject: drivers/hwtracing/stm: Remove "select SRCU" X-Git-Tag: v6.6.7~3507^2~1^5~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91193b27fb7a31c1f8e22a370989c007fbc3f10b;p=platform%2Fkernel%2Flinux-starfive.git drivers/hwtracing/stm: Remove "select SRCU" Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney Cc: Alexander Shishkin Cc: Maxime Coquelin Cc: Alexandre Torgue Cc: Cc: Acked-by: Alexander Shishkin Reviewed-by: John Ogness --- diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index aad594f..eda6b11 100644 --- a/drivers/hwtracing/stm/Kconfig +++ b/drivers/hwtracing/stm/Kconfig @@ -2,7 +2,6 @@ config STM tristate "System Trace Module devices" select CONFIGFS_FS - select SRCU help A System Trace Module (STM) is a device exporting data in System Trace Protocol (STP) format as defined by MIPI STP standards.