From ada38dcdf777da8672a7e63f5b3a03ebb05394d0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 11 Sep 2003 18:03:38 +0000 Subject: [PATCH] Add 8255 config option --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 6f68578d..7db0e782 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,7 @@ DS_LINUX_CONFIG_OPTION_MODULE(CONFIG_PCI) #AM_CONDITIONAL(CONFIG_PCMCIA,false) AC_DEFINE(CONFIG_COMEDI_DEBUG, true, [Define if debugging is enabled]) +AC_DEFINE(CONFIG_COMEDI_8255, true, [Define if 8255 support is enabled]) AC_OUTPUT([ Makefile -- 2.26.2