]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/EA3250
Import zstandard 1.3.1
[FreeBSD/FreeBSD.git] / sys / arm / conf / EA3250
1 #
2 # Custom kernel for EA3250 boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           EA3250
8 include         "std.arm"
9 include         "../lpc/std.lpc"
10 hints           "EA3250.hints"
11
12 makeoptions     MODULES_OVERRIDE=""
13
14 makeoptions     WERROR="-Werror"
15
16 options         SCHED_4BSD              # 4BSD scheduler
17 options         INET                    # InterNETworking
18 options         INET6                   # IPv6 communications protocols
19 options         TCP_HHOOK               # hhook(9) framework for TCP
20 options         FFS                     # Berkeley Fast Filesystem
21 options         NFSCL                   # Network Filesystem Client
22 options         NFSLOCKD                # Network Lock Manager
23 options         NFS_ROOT                # NFS usable as /, requires NFSCL
24 options         GEOM_PART_BSD           # BSD partition scheme
25 options         GEOM_PART_MBR           # MBR partition scheme
26 options         TMPFS                   # Efficient memory filesystem
27 options         MSDOSFS
28 options         BOOTP
29 options         BOOTP_NFSROOT
30 options         BOOTP_NFSV3
31 options         BOOTP_WIRED_TO=lpe0
32
33 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
34
35 options         SYSVSHM                 # SYSV-style shared memory
36 options         SYSVMSG                 # SYSV-style message queues
37 options         SYSVSEM                 # SYSV-style semaphores
38 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
39 options         MUTEX_NOINLINE
40 options         RWLOCK_NOINLINE
41 options         NO_FFS_SNAPSHOT
42 options         NO_SWAPPING
43
44 # Pseudo devices
45 device          loop
46 device          md
47 device          pty
48 device          random
49
50 # Serial ports
51 device          uart
52
53 # Networking
54 device          ether
55 device          mii
56 device          bpf
57 device          lpe
58
59 # USB
60 device          usb
61 device          ohci
62 device          umass
63 device          scbus
64 device          pass
65 device          da
66
67 device          mmc
68 device          mmcsd
69 device          lpcmmc
70
71 device          gpio
72 device          gpioled
73 device          lpcgpio
74
75 device          spibus
76 device          lpcspi
77 device          ssd1289
78
79 device          lpcfb
80
81 # DMAC
82 device          dmac
83
84 # Flattened Device Tree
85 options         FDT
86 options         FDT_DTB_STATIC
87 makeoptions     FDT_DTS_FILE=ea3250.dts