mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# $NetBSD: DNS323,v 1.8 2015/08/21 01:52:07 uebayasi Exp $
|
|
#
|
|
# DNS323 -- D-Link. DNS-323 platform kernel
|
|
#
|
|
|
|
include "arch/evbarm/conf/MARVELL_NAS"
|
|
|
|
# Board Type
|
|
makeoptions BOARDTYPE="dns323"
|
|
options EVBARM_BOARDTYPE=dns323
|
|
|
|
makeoptions CPUFLAGS="-mcpu=xscale" # Xscale instruction set support
|
|
no options CPU_SHEEVA
|
|
|
|
# Development and Debugging options
|
|
|
|
#options PERFCTRS # performance counters
|
|
options DIAGNOSTIC # internal consistency checks
|
|
options DEBUG
|
|
#options PMAP_DEBUG # Enable pmap_debug_level code
|
|
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
|
options DDB # in-kernel debugger
|
|
pseudo-device ksyms
|
|
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
|
#options KGDB
|
|
#options DEBUG_KGDB
|
|
makeoptions DEBUG="-g" # compile full symbol table
|
|
#makeoptions COPTS="-O2"
|
|
makeoptions COPY_SYMTAB=1
|
|
#options AUDIO_DEBUG=2
|
|
|
|
|
|
g760a* at iic? addr 0x3e # G760a fan speed controller
|
|
lmtemp* at iic? addr 0x48 # LM75 temperature sensor
|
|
strtc* at iic? addr 0x68 # ST M41T80 Real-Time Clock
|
|
options STRTC_NO_USERRAM
|
|
options STRTC_NO_WATCHDOG
|