Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Shishkin and committed by
Greg Kroah-Hartman
1c090575 f8d96004

+1
+1
drivers/hwtracing/stm/Kconfig
··· 1 1 config STM 2 2 tristate "System Trace Module devices" 3 + select CONFIGFS_FS 3 4 help 4 5 A System Trace Module (STM) is a device exporting data in System 5 6 Trace Protocol (STP) format as defined by MIPI STP standards.