commit | 056d3ce5cfe3544b297e6bc90ffbbb317e7bbbff | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 17 09:51:01 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jun 19 11:00:30 2009 -0700 |
tree | d9a7cba612f86d95efcc56b0516a09d01147e51c | |
parent | 72a822807272f8bb29a527e7e3c60efc7032a9ba [diff] |
Staging: comedi: set PCI and PCMCIA defines The comedi drivers are looking for CONFIG_COMEDI_PCI and CONFIG_COMEDI_PCMCIA, not the current config items. This creates a define so that things build properly when these options are selected. Long term goal is to fix up the drivers to not need any defines. Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>