xref: /netbsd-src/sys/arch/sgimips/conf/GENERIC32_IP12 (revision 69b6d498973bb4d7230c2d3c12bd9a032738ec8e)
1#
2# sgimips GENERIC kernel for IP12
3#
4# The IP12 is very, very similar to the IP2x, with one important difference:
5# it is MIPS1.  This means that we cannot produce a kernel that works on both
6# architectures.
7#
8# To keep things simple, include the IP2x kernel config and "no option" the
9# offending bits.
10
11# Pull in standard `install' config
12include 	"arch/sgimips/conf/GENERIC32_IP2x"
13
14no options	MIPS3
15options		MIPS1
16no options	INDY_R4600_CACHE
17
18no makeoptions	TEXTADDR
19makeoptions	TEXTADDR=0x80002000
20