]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SHEEVAPLUG
Add ELF Tool Chain's ar(1) and elfdump(1) to contrib
[FreeBSD/FreeBSD.git] / sys / arm / conf / SHEEVAPLUG
1 #
2 # Custom kernel for Marvell SheevaPlug devices.
3 #
4 # $FreeBSD$
5 #
6 #NO_UNIVERSE
7
8 ident           SHEEVAPLUG
9 include         "std.arm"
10 include         "../mv/kirkwood/std.db88f6xxx"
11
12 options         SOC_MV_KIRKWOOD
13
14 makeoptions     WERROR="-Werror"
15
16 options         HZ=1000
17 options         SCHED_4BSD              # 4BSD scheduler
18 options         INET                    # InterNETworking
19 options         INET6                   # IPv6 communications protocols
20 options         FFS                     # Berkeley Fast Filesystem
21 options         NANDFS                  # NAND Filesystem
22 options         NFSCL                   # Network Filesystem Client
23 options         NFSLOCKD                # Network Lock Manager
24 options         NFS_ROOT                # NFS usable as /, requires NFSCL
25 options         TMPFS                   # Efficient memory filesystem
26 options         GEOM_PART_BSD           # BSD partition scheme
27 options         GEOM_PART_MBR           # MBR partition scheme
28 options         SYSVSHM                 # SYSV-style shared memory
29 options         SYSVMSG                 # SYSV-style message queues
30 options         SYSVSEM                 # SYSV-style semaphores
31 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
32 options         MUTEX_NOINLINE
33 options         RWLOCK_NOINLINE
34 options         NO_FFS_SNAPSHOT
35 options         NO_SWAPPING
36
37 # Debugging for use in -current
38 #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
39 options         ALT_BREAK_TO_DEBUGGER
40 options         KDB                     # Enable kernel debugger support
41 options         DDB                     # Enable the kernel debugger
42
43 # NFS root from boopt/dhcp
44 options         BOOTP
45 options         BOOTP_NFSROOT
46 options         BOOTP_NFSV3
47 options         BOOTP_WIRED_TO=mge0
48
49 # Root fs on USB device
50 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
51
52 # Pseudo devices
53 device          loop
54 device          random
55
56 # Serial ports
57 device          uart
58
59 # Networking
60 device          ether
61 device          mge                     # Marvell Gigabit Ethernet controller
62 device          mii
63 device          e1000phy
64 device          bpf
65 options         DEVICE_POLLING
66 device          vlan
67
68 device          cesa                    # Marvell security engine
69 device          crypto
70 device          cryptodev
71
72 # USB
73 options         USB_DEBUG               # enable debug msgs
74 device          usb
75 device          ehci
76 device          umass
77 device          scbus
78 device          pass
79 device          da
80
81 # NAND
82 device          nand
83
84 # Flattened Device Tree
85 options         FDT                     # Configure using FDT/DTB data
86 options         FDT_DTB_STATIC
87 makeoptions     FDT_DTS_FILE=sheevaplug.dts