options.mips revision 183170
1183170Simp# Copyright (c) 2001, 2008, Juniper Networks, Inc.
2183170Simp# All rights reserved.
3183170Simp#
4183170Simp# Redistribution and use in source and binary forms, with or without
5183170Simp# modification, are permitted provided that the following conditions
6183170Simp# are met:
7183170Simp# 1. Redistributions of source code must retain the above copyright
8183170Simp#    notice, this list of conditions and the following disclaimer.
9183170Simp# 2. Redistributions in binary form must reproduce the above copyright
10183170Simp#    notice, this list of conditions and the following disclaimer in the
11183170Simp#    documentation and/or other materials provided with the distribution.
12183170Simp# 3. Neither the name of the Juniper Networks, Inc. nor the names of its
13183170Simp#    contributors may be used to endorse or promote products derived from
14183170Simp#    this software without specific prior written permission.
15183170Simp#
16183170Simp# THIS SOFTWARE IS PROVIDED BY JUNIPER NETWORKS AND CONTRIBUTORS ``AS IS'' AND
17183170Simp# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18183170Simp# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19183170Simp# ARE DISCLAIMED.  IN NO EVENT SHALL JUNIPER NETWORKS OR CONTRIBUTORS BE LIABLE
20183170Simp# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21183170Simp# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22183170Simp# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23183170Simp# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24183170Simp# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25183170Simp# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26183170Simp# SUCH DAMAGE.
27183170Simp#
28183170Simp#	JNPR: options.mips,v 1.2 2006/09/15 12:52:34
29178170Simp# $FreeBSD: head/sys/conf/options.mips 183170 2008-09-19 03:36:37Z imp $
30178170Simp
31178170SimpCPU_MIPS4KC	opt_global.h
32178170SimpCPU_MIPS32	opt_global.h
33178170SimpCPU_MIPS64	opt_global.h
34178170SimpCPU_NOFPU	opt_global.h
35178170SimpCPU_SENTRY5	opt_global.h
36178170Simp
37178170SimpISA_MIPS1	opt_cputype.h
38178170SimpISA_MIPS3	opt_cputype.h
39178170SimpISA_MIPS32	opt_cputype.h
40178170SimpISA_MIPS32v2	opt_cputype.h
41178170SimpISA_MIPS64	opt_cputype.h
42178170SimpISA_MIPS64v2	opt_cputype.h
43178170Simp
44178170SimpYAMON		opt_global.h
45178170SimpCFE		opt_global.h
46178170SimpCFE_CONSOLE	opt_global.h
47178170Simp
48178170SimpKERNPHYSADDR	opt_global.h
49178170SimpKERNVIRTADDR	opt_global.h
50178170SimpPHYSADDR	opt_global.h
51178170SimpSOFTFLOAT       opt_global.h
52178170Simp
53178170SimpTARGET_OCTEON	opt_global.h
54178170SimpTARGET_EMULATOR	opt_ddb.h
55178170Simp
56178170SimpTICK_USE_YAMON_FREQ	opt_global.h
57178170SimpTICK_USE_MALTA_RTC	opt_global.h
58