]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/NOTES.armv5
Remove NAND and NANDFS support
[FreeBSD/FreeBSD.git] / sys / arm / conf / NOTES.armv5
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
10 machine         arm arm
11 cpu             CPU_ARM9E
12
13 files   "../mv/files.mv"
14 files   "../mv/discovery/files.db78xxx"
15 files   "../mv/kirkwood/files.kirkwood"
16 files   "../mv/orion/files.db88f5xxx"
17 files   "../mv/orion/files.ts7800"
18
19 makeoptions     CONF_CFLAGS+="-march=armv5te"
20 makeoptions     LDFLAGS="-zmuldefs"
21 makeoptions     KERNPHYSADDR=0x00000000
22
23 # Undo options from sys/conf/NOTES that we do not want...
24
25 nooptions       SMP             # All armv5 are single-core
26
27 # Add options for armv5 that are not in sys/conf/NOTES...
28
29 options         ARM_MANY_BOARD
30
31 options         SOC_MV_DISCOVERY
32 options         SOC_MV_KIRKWOOD
33 options         SOC_MV_ORION