]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/VYBRID
Upgrade Unbound to 1.6.4. More to follow.
[FreeBSD/FreeBSD.git] / sys / arm / conf / VYBRID
1 #
2 # Kernel configuration for Vybrid Family boards.
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           VYBRID
22 include         "std.armv7"
23 include         "../freescale/vybrid/std.vybrid"
24
25 makeoptions     WERROR="-Werror"
26
27 options         SCHED_4BSD              # 4BSD scheduler
28 options         PLATFORM                # Platform based SoC
29 #options        NANDFS                  # NAND Filesystem
30 #options        SMP                     # Enable multiple cores
31
32 # NFS root from boopt/dhcp
33 #options        BOOTP
34 #options        BOOTP_NFSROOT
35 #options        BOOTP_COMPAT
36 #options        BOOTP_NFSV3
37 #options        BOOTP_WIRED_TO=ffec0
38
39 #options        ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
40 #options        ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
41 options         ROOTDEVNAME=\"ufs:/dev/da0\"
42
43 options         MUTEX_NOINLINE
44 options         RWLOCK_NOINLINE
45 options         NO_FFS_SNAPSHOT
46 options         NO_SWAPPING
47
48 # Interrupt controller
49 device          gic
50 options         INTRNG
51
52 # ARM MPCore timer
53 device          mpcore_timer
54
55 # MMC/SD/SDIO Card slot support
56 device          mmc                     # mmc/sd bus
57 device          mmcsd                   # mmc/sd flash cards
58 device          sdhci                   # generic sdhci
59
60 # Pseudo devices
61
62 device          loop
63 device          random
64 device          pty
65 device          md
66 device          gpio
67
68 # USB support
69 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
70 device          usb
71 #device         musb
72 device          ehci
73 #device         ohci
74
75 device          umass
76 device          scbus                   # SCSI bus (required for ATA/SCSI)
77 device          da                      # Direct Access (disks)
78 device          pass
79
80 # SATA
81 #device         ata
82 #device         atadisk
83 #device         mvs
84
85 device          nand
86
87 # Serial ports
88 device          uart
89
90 # I2C (TWSI)
91 device          iic
92 device          iicbus
93
94 # Ethernet
95 device          ether
96 device          ffec
97
98 # USB ethernet support, requires miibus
99 device          miibus
100 device          axe                     # ASIX Electronics USB Ethernet
101 device          bpf                     # Berkeley packet filter
102
103 device          sound
104
105 # SPI
106 device          spibus
107 device          vf_spi
108
109 # Framebuffer
110 device          vt
111 device          kbdmux
112 device          ukbd
113
114 # Flattened Device Tree
115 options         FDT                     # Configure using FDT/DTB data