d52a314491
options EXEC_ELF32, EXEC_SCRIPTS, and CPU_IN_CKSUM for md cpu_in_cksum.c - make all m68k ports include common arch/m68k/conf/std.m68k from MD std.${MACHINE}
20 lines
619 B
Plaintext
20 lines
619 B
Plaintext
# $NetBSD: std.x68k,v 1.13 2010/09/19 02:09:29 tsutsui Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/x68k kernel options.
|
|
#
|
|
|
|
machine x68k m68k # Machine architecture; required by config(1)
|
|
include "conf/std" # MI standard options
|
|
include "arch/m68k/conf/std.m68k" # m68k standard options
|
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
|
|
|
|
## Fundamental devices
|
|
mainbus0 at root # MANDATORY
|
|
intio0 at mainbus0 # MANDATORY: internal I/O space
|
|
mfp0 at intio0 addr 0xe88000 intr 64 # MANDATORY: Multi Function Periferal
|
|
clock0 at mfp0 # MANDATORY: system tick
|
|
rtc0 at intio0 addr 0xe8a000 # MANDATORY: Realtime Clock
|