xref: /netbsd/sys/arch/playstation2/conf/GENERIC (revision bf9ec67e)
1# $NetBSD: GENERIC,v 1.3 2002/04/25 15:06:35 atatat Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/playstation2/conf/std.playstation2"
22include 	"arch/playstation2/conf/config.playstation2"
23
24options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
25
26config		netbsd		root on ? type ?
27
28makeoptions	DEFGP="-G 48"
29