summaryrefslogtreecommitdiff
path: root/sys/arch/palm/include/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/palm/include/conf.h')
-rw-r--r--sys/arch/palm/include/conf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/arch/palm/include/conf.h b/sys/arch/palm/include/conf.h
new file mode 100644
index 00000000000..594c93f749b
--- /dev/null
+++ b/sys/arch/palm/include/conf.h
@@ -0,0 +1,18 @@
+/* $OpenBSD: conf.h,v 1.1 2009/09/05 01:22:11 marex Exp $ */
+/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
+
+#ifndef _PALM_CONF_H
+#define _PALM_CONF_H
+
+#include <sys/conf.h>
+
+/*
+ * PALM specific device includes go in here
+ */
+
+#define CONF_HAVE_USB
+#define CONF_HAVE_WSCONS
+
+#include <arm/conf.h>
+
+#endif /* _PALM_CONF_H */