options.mips revision 223927
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 223927 2011-07-11 08:23:59Z ray $
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
392116Sjkh
402116SjkhISA_MIPS1	opt_cputype.h
412116SjkhISA_MIPS3	opt_cputype.h
422116SjkhISA_MIPS32	opt_cputype.h
432116SjkhISA_MIPS32v2	opt_cputype.h
448870SrgrimesISA_MIPS64	opt_cputype.h
452116SjkhISA_MIPS64v2	opt_cputype.h
462116Sjkh
47176360SdasYAMON		opt_global.h
48176360SdasCFE		opt_global.h
492116SjkhCFE_CONSOLE	opt_global.h
502116SjkhCFE_ENV		opt_global.h
512116SjkhCFE_ENV_SIZE	opt_global.h
5297413Salfred
53117912SpeterNOFPU		opt_global.h
542116Sjkh
552116SjkhTICK_USE_YAMON_FREQ	opt_global.h
562116SjkhTICK_USE_MALTA_RTC	opt_global.h
572116Sjkh
582116Sjkh#
592116Sjkh# The highest memory address that can be used by the kernel in units of KB.
602116Sjkh#
612116SjkhMAXMEM			opt_global.h
622116Sjkh
63151969Sbde#
64151969Sbde# Options that control the Cavium Simple Executive.
65151969Sbde#
66151969SbdeOCTEON_VENDOR_LANNER		opt_cvmx.h
67151969SbdeOCTEON_BOARD_CAPK_0100ND	opt_cvmx.h
682116Sjkh
692116Sjkh#
702116Sjkh# Options that control the Atheros SoC peripherals
712116Sjkh#
722116SjkhARGE_DEBUG			opt_global.h
732116Sjkh
742116Sjkh#
752116Sjkh# Options that control the Ralink RT305xF Etherenet MAC.
762116Sjkh#
772116SjkhIF_RT_DEBUG			opt_if_rt.h
782116SjkhIF_RT_PHY_SUPPORT		opt_if_rt.h
79176360SdasIF_RT_RING_DATA_COUNT		opt_if_rt.h
80176360Sdas
81176360Sdas