summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-11-21 15:04:39 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-27 09:20:33 +0100
commit9c7201bfd94e30cfabfa86d31e7b698a1a007d94 (patch)
tree2c4bbcb8b71d084b9d65d380a28544e9420b4a40 /drivers/staging/most/Kconfig
parent9249c6a6d3560f09cddd04e2fda856f237b64987 (diff)
downloadlinux-9c7201bfd94e30cfabfa86d31e7b698a1a007d94.tar.bz2
staging: most: net: rename module
This patch renames the folder and the source file of the networking module. It is needed to clean up the directory layout of the driver. 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 88a415b8d07a..68a9c89db22a 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -19,7 +19,7 @@ if MOST
source "drivers/staging/most/cdev/Kconfig"
-source "drivers/staging/most/aim-network/Kconfig"
+source "drivers/staging/most/net/Kconfig"
source "drivers/staging/most/aim-sound/Kconfig"