NetBSD/sys/arch/evbarm/include/conf.h
thorpej 2b74082b7b End the "new ARM includes strategy" experiment. The new strategy
broke too many assumptions makde by other parts of the source tree,
and the strategy and how it was supposed to work was never discussed
on tech-userlevel, nor was it applied consistently (to all ARM ports
and to other ports which have common MACHINE_ARCH code, such as MIPS,
m68k, powerpc).

Verified to complete a full "make build" on cats, dnard, evbarm,
and netwinder.
2001-11-25 15:55:53 +00:00

17 lines
305 B
C

/* $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 */