summaryrefslogtreecommitdiffstats
path: root/sys/arch/beagle/include/conf.h
blob: e5b6957e60bbc1302a0368d874c2293d49e8ea07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$OpenBSD: conf.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $	*/
/*	$NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $	*/

#ifndef _MACHINE_CONF_H_
#define	_MACHINE_CONF_H_

#include <sys/conf.h>

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

/*#define	CONF_HAVE_GPIO*/

#include <arm/conf.h>

#endif	/* _MACHINE_CONF_H_ */