Home | History | Annotate | Line # | Download | only in conf
DNS323 revision 1.2
      1 #	$NetBSD: DNS323,v 1.2 2010/10/10 05:19:35 kiyohara Exp $
      2 #
      3 #  DNS323 -- D-Link. DNS-323 platform kernel
      4 #
      5 
      6 include 	"arch/evbarm/conf/MARVELL_NAS"
      7 
      8 # Board Type
      9 makeoptions	BOARDTYPE="dns323"
     10 options 	EVBARM_BOARDTYPE=dns323
     11 
     12 makeoptions	CPUFLAGS="-mcpu=xscale"	# Xscale instruction set support
     13 no options	CPU_SHEEVA
     14 
     15 # Development and Debugging options
     16 
     17 #options 	PERFCTRS	# performance counters
     18 options 	DIAGNOSTIC	# internally consistency checks
     19 options 	DEBUG
     20 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
     21 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
     22 options 	DDB		# in-kernel debugger
     23 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     24 #options 	KGDB
     25 #options 	DEBUG_KGDB
     26 makeoptions	DEBUG="-g -O2"	# compile full symbol table
     27 options 	SYMTAB_SPACE=500000
     28 #options 	AUDIO_DEBUG=2
     29 
     30 
     31 g760a*	at iic? addr 0x3e		# G760a fan speed controller
     32 lmtemp*	at iic? addr 0x48		# LM75 temperature sensor
     33 strtc* at iic? addr 0x68		# ST M41T80 Real-Time Clock
     34 options 	STRTC_NO_USERRAM
     35 options 	STRTC_NO_WATCHDOG
     36