stm class: Select configfs
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 16 Oct 2015 14:09:12 +0000 (17:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 06:25:48 +0000 (23:25 -0700)
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>
drivers/hwtracing/stm/Kconfig

index 5a59a28..83e9f59 100644 (file)
@@ -1,5 +1,6 @@
 config STM
        tristate "System Trace Module devices"
+       select CONFIGFS_FS
        help
          A System Trace Module (STM) is a device exporting data in System
          Trace Protocol (STP) format as defined by MIPI STP standards.