]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/VYBRID
Add libbearssl
[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
51 # ARM MPCore timer
52 device          mpcore_timer
53
54 # MMC/SD/SDIO Card slot support
55 device          mmc                     # mmc/sd bus
56 device          mmcsd                   # mmc/sd flash cards
57 device          sdhci                   # generic sdhci
58
59 # Pseudo devices
60
61 device          loop
62 device          random
63 device          pty
64 device          md
65 device          gpio
66
67 # USB support
68 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
69 device          usb
70 #device         musb
71 device          ehci
72 #device         ohci
73
74 device          umass
75 device          scbus                   # SCSI bus (required for ATA/SCSI)
76 device          da                      # Direct Access (disks)
77 device          pass
78
79 # SATA
80 #device         ata
81 #device         atadisk
82 #device         mvs
83
84 device          nand
85
86 # Serial ports
87 device          uart
88
89 # I2C (TWSI)
90 device          iic
91 device          iicbus
92
93 # Ethernet
94 device          ether
95 device          ffec
96
97 # USB ethernet support, requires miibus
98 device          miibus
99 device          axe                     # ASIX Electronics USB Ethernet
100 device          bpf                     # Berkeley packet filter
101
102 device          sound
103
104 # SPI
105 device          spibus
106 device          vf_spi
107
108 # Framebuffer
109 device          vt
110 device          kbdmux
111 device          ukbd
112
113 # Flattened Device Tree
114 options         FDT                     # Configure using FDT/DTB data