diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2022-11-22 17:22:10 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-02-02 16:26:05 -0800 |
commit | 91193b27fb7a31c1f8e22a370989c007fbc3f10b (patch) | |
tree | 101140d68f364a7fbc36214df54e4d1db015b122 /drivers/hwtracing | |
parent | a870acc11230d7bf52b9bbeb6c096448f1176964 (diff) | |
download | lwn-91193b27fb7a31c1f8e22a370989c007fbc3f10b.tar.gz lwn-91193b27fb7a31c1f8e22a370989c007fbc3f10b.zip |
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 <paulmck@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: <linux-stm32@st-md-mailman.stormreply.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Acked-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/stm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index aad594fe79cc..eda6b11d40a1 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. |