summaryrefslogtreecommitdiff
path: root/sys/arch/armish/include/conf.h
blob: 22c9cacc68e67d75afed8699a4b7a6b1c60b9719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*	$OpenBSD: conf.h,v 1.1 2006/05/29 17:13:19 drahn Exp $	*/
/*	$NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $	*/

#ifndef _ARMISH_CONF_H
#define	_ARMISH_CONF_H

#include <sys/conf.h>

/*
 * ARMISH specific device includes go in here
 */

#define	CONF_HAVE_USB
#define	CONF_HAVE_GPIO

#include <arm/conf.h>

#endif	/* _ARMISH_CONF_H */