std.mac68k revision 1.31
11.31Sthorpej#	$NetBSD: std.mac68k,v 1.31 2024/01/18 14:39:06 thorpej Exp $
21.5Scgd#
31.27Sshiba# "options" common to all mac68k kernel configs
41.1Sbriggs
51.2Scgdmachine	mac68k m68k
61.30Stsutsuiinclude		"conf/std"			# MI standard options
71.30Stsutsuiinclude		"arch/m68k/conf/std.m68k"	# m68k standard options
81.8Sbriggs
91.31Sthorpej# All 68k Macs that NetBSD runs on have a Motorola MMU.  For 68030 and 68040,
101.31Sthorpej# this is inferred from the CPU.  But if the kernel only includes support for
111.31Sthorpej# 68020, we have to be explicit about it.
121.31Sthorpej#
131.31Sthorpej# XXX config(1) needs something like this:
141.31Sthorpej#
151.31Sthorpej# ifoption M68020: M68K_MMU_68851
161.31Sthorpejoptions 	M68K_MMU_MOTOROLA
171.31Sthorpej
181.26Slukemoptions 	HZ=60			# mac clock runs at 60hz
19