From 69d76bb482633a1f0af1dc635a3286062e0397cf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 21 Jan 2007 02:02:01 +0000 Subject: make spca5xx depend on video device support in the kernel SVN-Revision: 6153 --- include/kernel-build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 26f3054..c0b17aa 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -21,6 +21,9 @@ endif ifneq ($(CONFIG_PCMCIA),) FEATURES += pcmcia endif +ifneq ($(CONFIG_VIDEO_DEV),) + FEATURES += video +endif # remove duplicates FEATURES:=$(sort $(FEATURES)) -- cgit v1.1