add feature flag for display support. will be used as dependency for x.org

SVN-Revision: 9448
This commit is contained in:
Felix Fietkau
2007-10-25 21:08:46 +00:00
parent 3260efaa90
commit 41815ee5c8
3 changed files with 7 additions and 0 deletions

View File

@@ -117,6 +117,9 @@ ifeq ($(DUMP),1)
ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)
FEATURES += pcmcia
endif
ifneq ($(CONFIG_VGA_CONSOLE)$(CONFIG_FB),)
FEATURES += display
endif
# remove duplicates
FEATURES:=$(sort $(FEATURES))