summaryrefslogtreecommitdiff
path: root/package/kernel/modules/video.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-04-09 14:48:46 +0000
committerJonas Gorski <jogo@openwrt.org>2012-04-09 14:48:46 +0000
commit1a57b05f472e60b05a8a4360718253820e8fece4 (patch)
tree66287594c953ef9a704705bcf44ece600d12d67f /package/kernel/modules/video.mk
parentfafad3f4f45a620b5c78e453a3a9d8f0d388cdd7 (diff)
downloadmtk-20170518-1a57b05f472e60b05a8a4360718253820e8fece4.zip
mtk-20170518-1a57b05f472e60b05a8a4360718253820e8fece4.tar.gz
mtk-20170518-1a57b05f472e60b05a8a4360718253820e8fece4.tar.bz2
kernel: add some more additional missing config symbols for 3.2 and 3.3
SVN-Revision: 31221
Diffstat (limited to 'package/kernel/modules/video.mk')
-rw-r--r--package/kernel/modules/video.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk
index 892f045..d750059 100644
--- a/package/kernel/modules/video.mk
+++ b/package/kernel/modules/video.mk
@@ -20,7 +20,8 @@ define KernelPackage/video-core
CONFIG_VIDEO_CAPTURE_DRIVERS=y \
CONFIG_V4L_USB_DRIVERS=y \
CONFIG_V4L_PCI_DRIVERS=y \
- CONFIG_V4L_PLATFORM_DRIVERS=y
+ CONFIG_V4L_PLATFORM_DRIVERS=y \
+ CONFIG_V4L_ISA_PARPORT_DRIVERS=y
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
FILES:= \
$(LINUX_DIR)/drivers/media/video/v4l2-common.ko \