summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2019-04-03 15:19:48 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-16 13:25:17 +0200
commit919c03ae11b98681aedc2ac7d00110c387b92f16 (patch)
tree47bfe1ea3b7d0ec0e2a38fa6259c546e47bc09bf /drivers/staging/most/Kconfig
parent9640baca34f57d1a6c78b11cee9eaa2f61a51e97 (diff)
downloadlinux-919c03ae11b98681aedc2ac7d00110c387b92f16.tar.bz2
staging: most: enable configfs support
This patch enables the configfs functionality of the driver by registering the configfs subsystems and compiling the configfs part of the sources. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/Kconfig')
-rw-r--r--drivers/staging/most/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig
index 535455c39fba..db32ea7d1743 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig MOST
tristate "MOST support"
- depends on HAS_DMA
+ depends on HAS_DMA && CONFIGFS_FS
default n
---help---
Say Y here if you want to enable MOST support.