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

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
......@@ -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
......@@ -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/
#
# 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.
obj-$(CONFIG_HDM_USB) += hdm_usb.o
ccflags-y += -Idrivers/staging/most/mostcore/
ccflags-y += -Idrivers/staging/most/aim-network/
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment