]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/VYBRID
sys/{x86,amd64}: remove one of doubled ;s
[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        SMP                     # Enable multiple cores
30
31 # NFS root from boopt/dhcp
32 #options        BOOTP
33 #options        BOOTP_NFSROOT
34 #options        BOOTP_COMPAT
35 #options        BOOTP_NFSV3
36 #options        BOOTP_WIRED_TO=ffec0
37
38 #options        ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
39 options         ROOTDEVNAME=\"ufs:/dev/da0\"
40
41 options         MUTEX_NOINLINE
42 options         RWLOCK_NOINLINE
43 options         NO_FFS_SNAPSHOT
44 options         NO_SWAPPING
45
46 # Interrupt controller
47 device          gic
48
49 # ARM MPCore timer
50 device          mpcore_timer
51
52 # MMC/SD/SDIO Card slot support
53 device          mmc                     # mmc/sd bus
54 device          mmcsd                   # mmc/sd flash cards
55 device          sdhci                   # generic sdhci
56
57 # Pseudo devices
58
59 device          loop
60 device          pty
61 device          md
62 device          gpio
63
64 # USB support
65 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
66 device          usb
67 #device         musb
68 device          ehci
69 #device         ohci
70
71 device          umass
72 device          scbus                   # SCSI bus (required for ATA/SCSI)
73 device          da                      # Direct Access (disks)
74 device          pass
75
76 # SATA
77 #device         ata
78 #device         atadisk
79 #device         mvs
80
81 # Serial ports
82 device          uart
83
84 # I2C (TWSI)
85 device          iic
86 device          iicbus
87
88 # Ethernet
89 device          ether
90 device          ffec
91
92 # USB ethernet support, requires miibus
93 device          miibus
94 device          axe                     # ASIX Electronics USB Ethernet
95 device          bpf                     # Berkeley packet filter
96
97 device          sound
98
99 # SPI
100 device          spibus
101 device          vf_spi
102
103 # Framebuffer
104 device          vt
105 device          kbdmux
106 device          ukbd
107
108 # Flattened Device Tree
109 options         FDT                     # Configure using FDT/DTB data