Home | History | Annotate | Line # | Download | only in conf
DNS323 revision 1.5
      1 #	$NetBSD: DNS323,v 1.5 2012/09/09 04:27:11 msaitoh 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"	# compile full symbol table
     27 #makeoptions	COPTS="-O2"
     28 options 	SYMTAB_SPACE=810000
     29 #options 	AUDIO_DEBUG=2
     30 
     31 
     32 g760a*	at iic? addr 0x3e		# G760a fan speed controller
     33 lmtemp*	at iic? addr 0x48		# LM75 temperature sensor
     34 strtc* at iic? addr 0x68		# ST M41T80 Real-Time Clock
     35 options 	STRTC_NO_USERRAM
     36 options 	STRTC_NO_WATCHDOG
     37