From 7082dce3c68d7ced81caccd694a6a4edf1587c32 Mon Sep 17 00:00:00 2001 From: nbd 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/kernel-build.mk') diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 26f305499..c0b17aa84 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