options.mips revision 257528
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: stable/10/sys/conf/options.mips 257528 2013-11-01 21:17:45Z brooks $
30178170Simp
31178170SimpCPU_MIPS4KC	opt_global.h
32256170SadrianCPU_MIPS24KC	opt_global.h
33256170SadrianCPU_MIPS74KC	opt_global.h
34178170SimpCPU_MIPS32	opt_global.h
35178170SimpCPU_MIPS64	opt_global.h
36178170SimpCPU_SENTRY5	opt_global.h
37201986SimpCPU_HAVEFPU	opt_global.h
38201986SimpCPU_SB1 	opt_global.h
39204305SimpCPU_CNMIPS	opt_global.h
40211280SjchandraCPU_RMI		opt_global.h
41224115SjchandraCPU_NLM		opt_global.h
42239671SrwatsonCPU_BERI	opt_global.h
43178170Simp
44242064Simp# which MACHINE_ARCH architecture
45242064SimpMIPS
46242064SimpMIPSEL
47242064SimpMIPS64
48242064SimpMIPS64EL
49242064SimpMIPSN32
50242064Simp
51232449SjmallettCOMPAT_FREEBSD32	opt_compat.h
52232449Sjmallett
53178170SimpYAMON		opt_global.h
54178170SimpCFE		opt_global.h
55178170SimpCFE_CONSOLE	opt_global.h
56201986SimpCFE_ENV		opt_global.h
57201986SimpCFE_ENV_SIZE	opt_global.h
58178170Simp
59239670SrwatsonGFB_DEBUG		opt_gfb.h
60239670SrwatsonGFB_NO_FONT_LOADING	opt_gfb.h
61239670SrwatsonGFB_NO_MODE_CHANGE	opt_gfb.h
62239670Srwatson
63201986SimpNOFPU		opt_global.h
64178170Simp
65178170SimpTICK_USE_YAMON_FREQ	opt_global.h
66178170SimpTICK_USE_MALTA_RTC	opt_global.h
67201986Simp
68201986Simp#
69201986Simp# The highest memory address that can be used by the kernel in units of KB.
70201986Simp#
71201986SimpMAXMEM			opt_global.h
72210311Sjmallett
73210311Sjmallett#
74210311Sjmallett# Options that control the Cavium Simple Executive.
75210311Sjmallett#
76243469SjmallettOCTEON_MODEL			opt_cvmx.h
77210311SjmallettOCTEON_VENDOR_LANNER		opt_cvmx.h
78244984SjmallettOCTEON_VENDOR_UBIQUITI		opt_cvmx.h
79242104SjmallettOCTEON_VENDOR_RADISYS		opt_cvmx.h
80249791SimpOCTEON_VENDOR_GEFES		opt_cvmx.h
81210311SjmallettOCTEON_BOARD_CAPK_0100ND	opt_cvmx.h
82220355Sadrian
83220355Sadrian#
84257528Sbrooks# Options specific to the BERI platform. 
85257528Sbrooks#
86257528SbrooksBERI_LARGE_TLB			opt_global.h
87257528Sbrooks
88257528Sbrooks#
89220355Sadrian# Options that control the Atheros SoC peripherals
90220355Sadrian#
91234859SadrianARGE_DEBUG			opt_arge.h
92234862SadrianARGE_MDIO			opt_arge.h
93223927Sray
94223927Sray#
95239716Sray# At least one of the AR71XX ubiquiti boards has a Redboot configuration
96239716Sray# that "lies" about the amount of RAM it has. Until a cleaner method is
97239716Sray# defined, this option will suffice in overriding what Redboot says.
98239716Sray#
99239716SrayAR71XX_REALMEM			opt_ar71xx.h
100239716SrayAR71XX_ENV_UBOOT		opt_ar71xx.h
101239716SrayAR71XX_ENV_REDBOOT		opt_ar71xx.h
102239716SrayAR71XX_ATH_EEPROM		opt_ar71xx.h
103239716Sray
104239716Sray#
105223927Sray# Options that control the Ralink RT305xF Etherenet MAC.
106223927Sray#
107223927SrayIF_RT_DEBUG			opt_if_rt.h
108223927SrayIF_RT_PHY_SUPPORT		opt_if_rt.h
109223927SrayIF_RT_RING_DATA_COUNT		opt_if_rt.h
110223927Sray
111239236Salc#
112239236Salc# Options that affect the pmap.
113239236Salc#
114239236SalcPV_STATS		opt_pmap.h
115