xref: /netbsd-src/sys/arch/mac68k/conf/std.mac68k (revision 120d6a48ae597db6720045cb92119f7af9b1af9f)
1#	$NetBSD: std.mac68k,v 1.31 2024/01/18 14:39:06 thorpej Exp $
2#
3# "options" common to all mac68k kernel configs
4
5machine	mac68k m68k
6include		"conf/std"			# MI standard options
7include		"arch/m68k/conf/std.m68k"	# m68k standard options
8
9# All 68k Macs that NetBSD runs on have a Motorola MMU.  For 68030 and 68040,
10# this is inferred from the CPU.  But if the kernel only includes support for
11# 68020, we have to be explicit about it.
12#
13# XXX config(1) needs something like this:
14#
15# ifoption M68020: M68K_MMU_68851
16options 	M68K_MMU_MOTOROLA
17
18options 	HZ=60			# mac clock runs at 60hz
19