remarkable-linux/drivers/staging/most/Kconfig
Christian Gromm a4198cdf0c 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>
2015-07-24 13:50:43 -07:00

31 lines
630 B
Plaintext

menuconfig MOST
tristate "MOST driver"
select MOSTCORE
default n
---help---
This option allows you to enable support for MOST Network transceivers.
If in doubt, say N here.
if MOST
source "drivers/staging/most/mostcore/Kconfig"
source "drivers/staging/most/aim-cdev/Kconfig"
source "drivers/staging/most/aim-network/Kconfig"
source "drivers/staging/most/aim-sound/Kconfig"
source "drivers/staging/most/aim-v4l2/Kconfig"
source "drivers/staging/most/hdm-dim2/Kconfig"
source "drivers/staging/most/hdm-i2c/Kconfig"
source "drivers/staging/most/hdm-usb/Kconfig"
endif