diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2015-10-16 10:09:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-17 02:25:48 -0400 |
commit | 1c090575b013cd1f0070567203498704fa61b2fc (patch) | |
tree | 823b363e350fda094ab3101bd7b4a1ac50bce51d /drivers/hwtracing | |
parent | f8d960042549eb57cbcfbcdea03459292d9a0171 (diff) |
stm class: Select configfs
STM policy handling is basically configfs, I honestly don't know how we
ended up without a Kconfig dependency, but thanks to randconfig testing,
it's now caught.
Reported-by: Jim Davis <jim.epost@gmail.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/stm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index 5a59a28cc3da..83e9f591a54b 100644 --- a/drivers/hwtracing/stm/Kconfig +++ b/drivers/hwtracing/stm/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config STM | 1 | config STM |
2 | tristate "System Trace Module devices" | 2 | tristate "System Trace Module devices" |
3 | select CONFIGFS_FS | ||
3 | help | 4 | help |
4 | A System Trace Module (STM) is a device exporting data in System | 5 | A System Trace Module (STM) is a device exporting data in System |
5 | Trace Protocol (STP) format as defined by MIPI STP standards. | 6 | Trace Protocol (STP) format as defined by MIPI STP standards. |