summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/include/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/zaurus/include/conf.h')
-rw-r--r--sys/arch/zaurus/include/conf.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/arch/zaurus/include/conf.h b/sys/arch/zaurus/include/conf.h
new file mode 100644
index 00000000000..267b621bfe7
--- /dev/null
+++ b/sys/arch/zaurus/include/conf.h
@@ -0,0 +1,19 @@
+/* $OpenBSD: conf.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */
+/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
+
+#ifndef _CATS_CONF_H
+#define _CATS_CONF_H
+
+/*
+ * CATS specific device includes go in here
+ */
+#include "fcom.h"
+
+#define CONF_HAVE_PCI
+#define CONF_HAVE_USB
+#define CONF_HAVE_SCSIPI
+#define CONF_HAVE_WSCONS
+
+#include <arm/conf.h>
+
+#endif /* _CATS_CONF_H */