Commit a4198cdf authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

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: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 91a450ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ obj-$(CONFIG_AIM_SOUND) += aim-sound/
obj-$(CONFIG_AIM_V4L2)	+= aim-v4l2/
obj-$(CONFIG_HDM_DIM2)	+= hdm-dim2/
obj-$(CONFIG_HDM_I2C)	+= hdm-i2c/
obj-$(CONFIG_HDM_USB)	+= hdm-usb/
+14 −0
Original line number Diff line number Diff line
#
# MOST USB configuration
#

config HDM_USB
	tristate "USB HDM"
	depends on USB
	select AIM_NETWORK
	---help---
	  Say Y here if you want to connect via USB to network tranceiver.
	  This device driver depends on the networking AIM.

	  To compile this driver as a module, choose M here: the
	  module will be called hdm_usb.
+4 −0
Original line number Diff line number Diff line
obj-$(CONFIG_HDM_USB) += hdm_usb.o

ccflags-y += -Idrivers/staging/most/mostcore/
ccflags-y += -Idrivers/staging/most/aim-network/
+1442 −0

File added.

Preview size limit exceeded, changes collapsed.