options.mips revision 224115
12116Sjkh# Copyright (c) 2001, 2008, Juniper Networks, Inc.
22116Sjkh# All rights reserved.
32116Sjkh#
42116Sjkh# Redistribution and use in source and binary forms, with or without
52116Sjkh# modification, are permitted provided that the following conditions
62116Sjkh# are met:
72116Sjkh# 1. Redistributions of source code must retain the above copyright
88870Srgrimes#    notice, this list of conditions and the following disclaimer.
92116Sjkh# 2. Redistributions in binary form must reproduce the above copyright
102116Sjkh#    notice, this list of conditions and the following disclaimer in the
112116Sjkh#    documentation and/or other materials provided with the distribution.
122116Sjkh# 3. Neither the name of the Juniper Networks, Inc. nor the names of its
132116Sjkh#    contributors may be used to endorse or promote products derived from
1450476Speter#    this software without specific prior written permission.
152116Sjkh#
162116Sjkh# THIS SOFTWARE IS PROVIDED BY JUNIPER NETWORKS AND CONTRIBUTORS ``AS IS'' AND
172116Sjkh# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
182116Sjkh# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
192116Sjkh# ARE DISCLAIMED.  IN NO EVENT SHALL JUNIPER NETWORKS OR CONTRIBUTORS BE LIABLE
202116Sjkh# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
212116Sjkh# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
222116Sjkh# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
232116Sjkh# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
242116Sjkh# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
258870Srgrimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
268870Srgrimes# SUCH DAMAGE.
272116Sjkh#
282116Sjkh#	JNPR: options.mips,v 1.2 2006/09/15 12:52:34
292116Sjkh# $FreeBSD: head/sys/conf/options.mips 224115 2011-07-16 20:31:29Z jchandra $
302116Sjkh
312116SjkhCPU_MIPS4KC	opt_global.h
322116SjkhCPU_MIPS32	opt_global.h
332116SjkhCPU_MIPS64	opt_global.h
342116SjkhCPU_SENTRY5	opt_global.h
352116SjkhCPU_HAVEFPU	opt_global.h
362116SjkhCPU_SB1 	opt_global.h
372116SjkhCPU_CNMIPS	opt_global.h
382116SjkhCPU_RMI		opt_global.h
392116SjkhCPU_NLM		opt_global.h
402116Sjkh
412116SjkhISA_MIPS1	opt_cputype.h
422116SjkhISA_MIPS3	opt_cputype.h
432116SjkhISA_MIPS32	opt_cputype.h
448870SrgrimesISA_MIPS32v2	opt_cputype.h
452116SjkhISA_MIPS64	opt_cputype.h
462116SjkhISA_MIPS64v2	opt_cputype.h
472116Sjkh
482116SjkhYAMON		opt_global.h
492116SjkhCFE		opt_global.h
5097413SalfredCFE_CONSOLE	opt_global.h
51117912SpeterCFE_ENV		opt_global.h
522116SjkhCFE_ENV_SIZE	opt_global.h
532116Sjkh
542116SjkhNOFPU		opt_global.h
552116Sjkh
562116SjkhTICK_USE_YAMON_FREQ	opt_global.h
572116SjkhTICK_USE_MALTA_RTC	opt_global.h
582116Sjkh
592116Sjkh#
602116Sjkh# The highest memory address that can be used by the kernel in units of KB.
61151969Sbde#
62151969SbdeMAXMEM			opt_global.h
63151969Sbde
64151969Sbde#
65151969Sbde# Options that control the Cavium Simple Executive.
662116Sjkh#
672116SjkhOCTEON_VENDOR_LANNER		opt_cvmx.h
682116SjkhOCTEON_BOARD_CAPK_0100ND	opt_cvmx.h
692116Sjkh
702116Sjkh#
712116Sjkh# Options that control the Atheros SoC peripherals
722116Sjkh#
732116SjkhARGE_DEBUG			opt_global.h
742116Sjkh
752116Sjkh#
762116Sjkh# Options that control the Ralink RT305xF Etherenet MAC.
77#
78IF_RT_DEBUG			opt_if_rt.h
79IF_RT_PHY_SUPPORT		opt_if_rt.h
80IF_RT_RING_DATA_COUNT		opt_if_rt.h
81
82