summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/conf/KURONAS_X4
blob: f1aa2a73c59e6377e8fc2d64fba050ef1cf7b436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#	$NetBSD: KURONAS_X4,v 1.5 2020/04/18 11:00:38 skrll Exp $
#
#  KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel
#

include 	"arch/evbarm/conf/MARVELL_NAS"

# Board Type
makeoptions	BOARDTYPE="kuronas_x4"
options 	EVBARM_BOARDTYPE=kuronas_x4

makeoptions	CPUFLAGS="-mcpu=xscale"	# Xscale instruction set support
no options	CPU_SHEEVA
no options	KIRKWOOD

# Also build a kernel with root on wd0, to avoid query for root fs
config		netbsd-wd0	root on wd0 type ffs

# Development and Debugging options

options 	DIAGNOSTIC	# internal consistency checks
options 	DEBUG
#options 	UVMHIST		# kernhist for uvm/pmap subsystems
#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
#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


rs5c372rtc* at iic? addr 0x32		# RICOH RS5C372 RTC

# PCI network interfaces
#mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
#msk*	at mskc?
GE_SIZE anduebayasi 2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung 2010-04-22fix compilation with -Wmissing-field-initializers.pooka 2009-12-06Simplify device-activation hooks.dyoung 2009-09-23fix up USB drivers printing of autoconf informationplunky 2009-09-04Enable UVC-style headers and use them to help detect stream errors.jmcneill 2009-08-19s/PLAYSTATION/PlayStation/jmcneill 2009-02-03Add kmod glue.jmcneill 2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden 2008-09-27De-USB_* pseye(4)jmcneill 2008-09-21Register with pmfjmcneill 2008-09-17Note where the magic register information came from in this driver. Nojmcneill 2008-09-13Fix pseye_start_transfer() to return the return value of kthread_create()mjf 2008-09-09No need for videoio.h in hw driverjmcneill 2008-09-08Run pseye_transfer_thread at a higher priority to ensure that we don'tjmcneill 2008-09-08Implement try_formatjmcneill 2008-09-07Implement enum_format callback.jmcneill 2008-09-06Add driver for the Sony PLAYSTATION(R) Eye USB webcam.jmcneill