]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/arm/conf/SHEEVAPLUG
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / arm / conf / SHEEVAPLUG
1 #
2 # Custom kernel for Marvell SheevaPlug devices.
3 #
4 # $FreeBSD$
5 #
6
7 ident           SHEEVAPLUG
8 include         "../mv/kirkwood/std.sheevaplug"
9
10 options         SOC_MV_KIRKWOOD
11 makeoptions     MODULES_OVERRIDE=""
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         NFSCL                   #New Network Filesystem Client
21 options         NFSLOCKD                #Network Lock Manager
22 options         NFS_ROOT                #NFS usable as /, requires NFSCL
23 options         BOOTP
24 options         BOOTP_NFSROOT
25 options         BOOTP_NFSV3
26 options         BOOTP_WIRED_TO=mge0
27
28 # Root fs on USB device
29 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
30
31 options         SYSVSHM                 #SYSV-style shared memory
32 options         SYSVMSG                 #SYSV-style message queues
33 options         SYSVSEM                 #SYSV-style semaphores
34 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
35 options         MUTEX_NOINLINE
36 options         RWLOCK_NOINLINE
37 options         NO_FFS_SNAPSHOT
38 options         NO_SWAPPING
39
40 # Debugging
41 options         ALT_BREAK_TO_DEBUGGER
42 options         DDB
43 options         KDB
44
45 # Pseudo devices
46 device          random
47 device          pty
48 device          loop
49
50 # Serial ports
51 device          uart
52
53 # Networking
54 device          ether
55 device          mge                     # Marvell Gigabit Ethernet controller
56 device          mii
57 device          e1000phy
58 device          bpf
59 options         HZ=1000
60 options         DEVICE_POLLING
61 device          vlan
62
63 device          cesa                    # Marvell security engine
64 device          crypto
65 device          cryptodev
66
67 # USB
68 options         USB_DEBUG       # enable debug msgs
69 device          usb
70 device          ehci
71 device          umass
72 device          scbus
73 device          pass
74 device          da
75
76 # Flattened Device Tree
77 options         FDT
78 options         FDT_DTB_STATIC
79 makeoptions     FDT_DTS_FILE=sheevaplug.dts