1# armv5-specific changes for doing a LINT build.
2#
3# The contents of sys/conf/NOTES, sys/arm/conf/NOTES, and this file are
4# concatenated (in that order) to create the LINT-V5 kernel config file.
5#
6# $FreeBSD$
7
8#NO_UNIVERSE  
9
10machine		arm arm
11cpu		CPU_ARM9E
12
13files	"../mv/files.mv"
14files	"../mv/discovery/files.db78xxx"
15files	"../mv/kirkwood/files.kirkwood"
16files	"../mv/orion/files.db88f5xxx"
17files	"../mv/orion/files.ts7800"
18
19makeoptions	CONF_CFLAGS+="-march=armv5te"
20makeoptions	LDFLAGS="-zmuldefs"
21makeoptions	KERNPHYSADDR=0x00000000
22
23# Undo options from sys/conf/NOTES that we do not want...
24
25nooptions 	SMP		# All armv5 are single-core
26
27# Add options for armv5 that are not in sys/conf/NOTES...
28
29options 	ARM_MANY_BOARD
30
31options 	SOC_MV_DISCOVERY
32options 	SOC_MV_KIRKWOOD
33options 	SOC_MV_ORION
34
35# Add devices which are specific to various arm platforms...
36
37device		nand
38
39