summaryrefslogtreecommitdiff
path: root/drivers/staging/most/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2020-07-31 15:20:58 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-31 15:38:12 +0300
commit97a6f772f36b7f52bcfa56a581bbd2470cffe23d (patch)
treecfda78fcb39ac1846b0d1a944dbd250eee0d81ed /drivers/staging/most/Kconfig
parent11c416e3f0ea437661514fa68967a5dba3cdf886 (diff)
downloadlinux-97a6f772f36b7f52bcfa56a581bbd2470cffe23d.tar.xz
drivers: most: add USB adapter driver
This patch adds the USB driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1596198058-26541-1-git-send-email-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, 0 insertions, 2 deletions
diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig
index c5a99f750abe..c35fb34fae79 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -30,6 +30,4 @@ source "drivers/staging/most/dim2/Kconfig"
source "drivers/staging/most/i2c/Kconfig"
-source "drivers/staging/most/usb/Kconfig"
-
endif