add a gpio feature for devices supporting the generic GPIO interface

SVN-Revision: 10879
This commit is contained in:
Nicolas Thill
2008-04-20 09:46:45 +00:00
parent 1f666fa459
commit ddc57879ec
3 changed files with 7 additions and 0 deletions

View File

@@ -126,6 +126,9 @@ ifeq ($(DUMP),1)
.SILENT: $(TMP_CONFIG)
.PRECIOUS: $(TMP_CONFIG)
ifneq ($(CONFIG_GENERIC_GPIO),)
FEATURES += gpio
endif
ifneq ($(CONFIG_PCI),)
FEATURES += pci
endif