]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DB-78XXX
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / arm / conf / DB-78XXX
1 #
2 # Custom kernel for Marvell DB-78xx boards.
3 #
4 # $FreeBSD$
5 #
6
7 machine         arm
8 ident           DB-88F78XX
9 include         "../mv/discovery/std.db78xxx"
10
11 options         SOC_MV_DISCOVERY
12
13 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
14 makeoptions     WERROR="-Werror"
15
16 options         SCHED_4BSD              #4BSD scheduler
17 options         INET                    #InterNETworking
18 options         INET6                   #IPv6 communications protocols
19 options         FFS                     #Berkeley Fast Filesystem
20 options         NFSCLIENT               #Network Filesystem Client
21 options         NFSLOCKD                #Network Lock Manager
22 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
23 options         BOOTP
24 options         BOOTP_NFSROOT
25 options         BOOTP_NFSV3
26 options         BOOTP_WIRED_TO=mge0
27
28 #options                ROOTDEVNAME=\"ufs:/dev/da0a\"
29
30 options         SYSVSHM                 #SYSV-style shared memory
31 options         SYSVMSG                 #SYSV-style message queues
32 options         SYSVSEM                 #SYSV-style semaphores
33 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
34 options         MUTEX_NOINLINE
35 options         RWLOCK_NOINLINE
36 options         NO_FFS_SNAPSHOT
37 options         NO_SWAPPING
38
39 # Debugging
40 options         ALT_BREAK_TO_DEBUGGER
41 options         DDB
42 options         DIAGNOSTIC
43 #options        INVARIANTS              #Enable calls of extra sanity checking
44 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
45 options         KDB
46 options         WITNESS                 #Enable checks to detect deadlocks and cycles
47 options         WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
48 #options                WITNESS_KDB
49
50 # Pseudo devices
51 device          loop
52 device          mem
53 device          md
54 device          pty
55 device          random
56
57 # Serial ports
58 device          uart
59
60 # Networking
61 device          ether
62 device          mge                     # Marvell Gigabit Ethernet controller
63 device          mii
64 device          e1000phy
65 device          bpf
66
67 # USB
68 device          usb
69 device          ehci
70 device          umass
71 device          scbus
72 device          pass
73 device          da
74
75 # I2C (TWSI)
76 device          iic
77 device          iicbus
78 device          ds133x