brintos

brintos / linux-shallow public Read only

0
0
Text · 732 B · 6f420cb Raw
30 lines · plain
1# SPDX-License-Identifier: GPL-2.02menuconfig MOST_COMPONENTS3	tristate "MOST support"4	depends on HAS_DMA && CONFIGFS_FS && MOST5	default n6	help7	  Say Y here if you want to enable MOST support.8	  This driver needs at least one additional component to enable the9	  desired access from userspace (e.g. character devices) and one that10	  matches the network controller's hardware interface (e.g. USB).11 12	  To compile this driver as a module, choose M here: the13	  module will be called most_core.14 15	  If in doubt, say N here.16 17 18 19if MOST_COMPONENTS20 21source "drivers/staging/most/net/Kconfig"22 23source "drivers/staging/most/video/Kconfig"24 25source "drivers/staging/most/dim2/Kconfig"26 27source "drivers/staging/most/i2c/Kconfig"28 29endif30