kernel: video.mk: [media] sn9c102: remove deprecated driver

driver in staging since 3.14
removed upstream in 3.17

from upstream commit message:
Most webcams covered by this driver are now supported by gspca.
Nobody has the hardware or is willing to convert the remaining devices to gspca.

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 45120
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent a5422864f5
commit 26ebaa485a

@ -164,22 +164,6 @@ endef
$(eval $(call KernelPackage,video-cpia2))
define KernelPackage/video-sn9c102
TITLE:=SN9C102 Camera Chip support
DEPENDS:=@USB_SUPPORT +kmod-usb-core
KCONFIG:=CONFIG_USB_SN9C102
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_USB_DIR)/sn9c102/sn9c102.ko
AUTOLOAD:=$(call AutoProbe,gspca_sn9c20x)
$(call AddDepends/camera)
endef
define KernelPackage/video-sn9c102/description
Kernel modules for supporting SN9C102 camera chips
endef
$(eval $(call KernelPackage,video-sn9c102))
define KernelPackage/video-pwc
TITLE:=Philips USB webcam support
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-videobuf2

Loading…
Cancel
Save