Файловый менеджер - Редактировать - /var/www/html/most.zip
Ðазад
PK ! �� net/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0 # # MOST Networking configuration # config MOST_NET tristate "Net" depends on NET help Say Y here if you want to commumicate via a networking device. To compile this driver as a module, choose M here: the module will be called most_net. PK ! ��h` ` net/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MOST_NET) += most_net.o most_net-objs := net.o PK ! ���� � dim2/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0 # # MediaLB configuration # config MOST_DIM2 tristate "DIM2" depends on HAS_IOMEM && OF help Say Y here if you want to connect via MediaLB to network transceiver. This device driver is platform dependent and needs an additional platform driver to be installed. For more information contact maintainer of this driver. To compile this driver as a module, choose M here: the module will be called most_dim2. PK ! ���Ij j dim2/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MOST_DIM2) += most_dim2.o most_dim2-objs := dim2.o hal.o PK ! ���� � Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0 menuconfig MOST_COMPONENTS tristate "MOST support" depends on HAS_DMA && CONFIGFS_FS && MOST default n help Say Y here if you want to enable MOST support. This driver needs at least one additional component to enable the desired access from userspace (e.g. character devices) and one that matches the network controller's hardware interface (e.g. USB). To compile this driver as a module, choose M here: the module will be called most_core. If in doubt, say N here. if MOST_COMPONENTS source "drivers/staging/most/net/Kconfig" source "drivers/staging/most/video/Kconfig" source "drivers/staging/most/dim2/Kconfig" source "drivers/staging/most/i2c/Kconfig" endif PK ! �Q"�� � Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MOST_NET) += net/ obj-$(CONFIG_MOST_VIDEO) += video/ obj-$(CONFIG_MOST_DIM2) += dim2/ obj-$(CONFIG_MOST_I2C) += i2c/ PK ! Bt�� video/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0 # # MOST V4L2 configuration # config MOST_VIDEO tristate "Video" depends on VIDEO_V4L2 help Say Y here if you want to commumicate via Video 4 Linux. To compile this driver as a module, choose M here: the module will be called most_video. PK ! ���h h video/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MOST_VIDEO) += most_video.o most_video-objs := video.o PK ! ��8 i2c/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0 # # MOST I2C configuration # config MOST_I2C tristate "I2C" depends on I2C help Say Y here if you want to connect via I2C to network transceiver. To compile this driver as a module, choose M here: the module will be called most_i2c. PK ! voMw` ` i2c/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MOST_I2C) += most_i2c.o most_i2c-objs := i2c.o PK ! "