]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALPINE
MFV r326007: less v529.
[FreeBSD/FreeBSD.git] / sys / arm / conf / ALPINE
1 # Kernel configuration for Alpine Board.
2 #
3 # For more information on this file, please read the config(5) manual page,
4 # and/or the handbook section on Kernel Configuration Files:
5 #
6 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7 #
8 # The handbook is also available locally in /usr/share/doc/handbook
9 # if you've installed the doc distribution, otherwise always see the
10 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
11 # latest information.
12 #
13 # An exhaustive list of options and more detailed explanations of the
14 # device lines is also present in the ../../conf/NOTES and NOTES files.
15 # If you are in doubt as to the purpose or necessity of a line, check first
16 # in NOTES.
17 #
18 # $FreeBSD$
19
20 ident           ALPINE
21
22 include         "std.armv7"
23 include         "../annapurna/alpine/std.alpine"
24
25 makeoptions     MODULES_OVERRIDE=""
26 makeoptions     WERROR="-Werror"
27
28 options         SCHED_4BSD              # 4BSD scheduler
29 options         SMP                     # Enable multiple cores
30 options         PLATFORM
31
32 # Interrupt controller
33 device          gic
34 options         INTRNG
35
36 # Annapurna Alpine drivers
37 device          al_ccu                  # Alpine Cache Coherency Unit
38 device          al_nb_service           # Alpine North Bridge Service
39 device          al_iofic                # I/O Fabric Interrupt Controller
40 device          al_serdes               # Serializer/Deserializer
41 device          al_udma                 # Universal DMA
42
43 # Pseudo devices
44 device          loop
45 device          random
46 device          pty
47 device          md
48 device          gpio
49
50 # ATA controllers
51 device          ahci            # AHCI-compatible SATA controllers
52 device          ata             # Legacy ATA/SATA controllers
53
54 # ATA/SCSI peripherals
55 device          scbus           # SCSI bus (required for ATA/SCSI)
56 device          ch              # SCSI media changers
57 device          da              # Direct Access (disks)
58 device          sa              # Sequential Access (tape etc)
59 device          cd              # CD
60 device          pass            # Passthrough device (direct ATA/SCSI access)
61 device          ses             # Enclosure Services (SES and SAF-TE)
62 #device         ctl             # CAM Target Layer
63
64 # Serial ports
65 device          uart
66
67 # PCI/PCIE
68 device          pci
69 device          pci_host_generic
70 device          al_pci          # Annapurna Alpine PCI-E
71
72 # Ethernet
73 device          ether
74 device          mii
75 device          bpf
76 device          al_eth          # Annapurna Alpine Ethernet NIC
77 options         DEVICE_POLLING
78
79 # USB ethernet support, requires miibus
80 device          miibus
81
82 #FDT
83 options         FDT
84 options         FDT_DTB_STATIC
85 makeoptions     FDT_DTS_FILE=annapurna-alpine.dts