From 1e61d2ea710628c8fca3544e7f60c4f4b14d8f65 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 26f3054998..c0b17aa841 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.2.3