NetBSD/sys/arch/evbarm/include/conf.h

17 lines
304 B
C
Raw Normal View History

2002-02-28 06:17:23 +03:00
/* $NetBSD: conf.h,v 1.4 2002/02/28 03:17:27 simonb Exp $ */
2001-09-05 08:53:39 +04:00
#ifndef _EVBARM_CONF_H
#define _EVBARM_CONF_H
/*
* EVBARM specifc device includes go in here
*/
#include "plcom.h"
2002-02-28 06:17:23 +03:00
#define CONF_HAVE_PCI
#define CONF_HAVE_SCSIPI
2001-09-05 08:53:39 +04:00
#define CONF_HAVE_USB
#define CONF_HAVE_WSCONS
#endif /* _EVBARM_CONF_H */