summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:49 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:49:17 -0700
commit9bc79bbcd0c526e3ec7b98e08c5d34648bb3c158 (patch)
tree8e5bb4aa962683d4609b85e59d61dc5813446474 /drivers/staging/most/Kconfig
parent57562a72414ca35b2e614cfe0a1b1a7b7e7813dd (diff)
downloadlinux-9bc79bbcd0c526e3ec7b98e08c5d34648bb3c158.tar.bz2
Staging: most: add MOST driver's aim-cdev module
This patch adds the aim-cdev 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 character devices. This patch is needed in order to have access to MOST data through character devices. 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 b7db320dbacc..e29bee569c77 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -13,4 +13,6 @@ if MOST
source "drivers/staging/most/mostcore/Kconfig"
+source "drivers/staging/most/aim-cdev/Kconfig"
+
endif