blob: fc388544dd7829dc3ae4fddb233e445265ad62e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* $NetBSD: conf.h,v 1.3 2001/11/25 15:56:03 thorpej Exp $ */
#ifndef _EVBARM_CONF_H
#define _EVBARM_CONF_H
/*
* EVBARM specifc device includes go in here
*/
#include "plcom.h"
#define CONF_HAVE_PCI
#define CONF_HAVE_SCSIPI
#define CONF_HAVE_USB
#define CONF_HAVE_WSCONS
#endif /* _EVBARM_CONF_H */
|