summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:50:43 -0700
commita4198cdf0c3460d767d0d36979cd633021c127a2 (patch)
tree9553c9c87567b9af0c2fd0f2ea2343b2d534184a /drivers/staging/most/Kconfig
parent91a450ada852f8cb5fc8b9c7242a856cc7b31643 (diff)
downloadlinux-a4198cdf0c3460d767d0d36979cd633021c127a2.tar.bz2
Staging: most: add MOST driver's hdm-usb module
This patch adds the hdm-usb module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles the USB interface of the MOST network interface controller. This patch is needed in order to use the USB peripheral interface of the network interface controller. 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 2a9f92669161..d50de03de7b9 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -25,4 +25,6 @@ source "drivers/staging/most/hdm-dim2/Kconfig"
source "drivers/staging/most/hdm-i2c/Kconfig"
+source "drivers/staging/most/hdm-usb/Kconfig"
+
endif