Skip to content

Commit

Permalink
drivers/hwtracing/stm: Remove "select SRCU"
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Maxime Coquelin <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Acked-by: Alexander Shishkin <[email protected]>
Reviewed-by: John Ogness <[email protected]>
  • Loading branch information
paulmckrcu committed Feb 3, 2023
1 parent a870acc commit 91193b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/hwtracing/stm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 91193b2

Please sign in to comment.