Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 5a7ad1146caa895ad718a534399e38bd2ba721b7 authored by Linus Torvalds on 23 April 2017, 23:53:00 UTC
Linux 4.11-rc8
Tip revision: 5a7ad11
Kconfig
menuconfig MOST
        tristate "MOST driver"
	depends on HAS_DMA
        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
back to top