summaryrefslogtreecommitdiff
path: root/drivers/staging/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:49:17 -0700
commitd4a8ce7f57fc6333e4e5a23980f5265e00ed44ef (patch)
tree4ab68e43f3d0b2beaa757de5ce960356c42d2689 /drivers/staging/most/Kconfig
parent9bc79bbcd0c526e3ec7b98e08c5d34648bb3c158 (diff)
Staging: most: add MOST driver's aim-network module
This patch adds the aim-network module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles user space interaction by means of network devices. This patch is needed in order to have access to MOST Ethernet Packets (MEP) through a networking device. 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, 2 insertions, 0 deletions
diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig
index e29bee569c77..34a0b7316fe8 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -15,4 +15,6 @@ source "drivers/staging/most/mostcore/Kconfig"
source "drivers/staging/most/aim-cdev/Kconfig"
+source "drivers/staging/most/aim-network/Kconfig"
+
endif