]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALPINE
Merge llvm-project release/16.x llvmorg-16.0.1-0-gcd89023f7979
[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://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
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 #NO_UNIVERSE
21
22 ident           ALPINE
23
24 include         "std.armv7"
25 include         "../annapurna/alpine/std.alpine"
26
27 makeoptions     MODULES_OVERRIDE=""
28
29 options         SCHED_4BSD              # 4BSD scheduler
30 options         SMP                     # Enable multiple cores
31 options         PLATFORM
32
33 # Interrupt controller
34 device          gic
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          clk
45 device          phy
46 device          hwreset
47 device          nvmem
48 device          regulator
49 device          syscon
50
51 # Pseudo devices
52 device          loop
53 device          pty
54 device          md
55 device          gpio
56
57 # ATA controllers
58 device          ahci            # AHCI-compatible SATA controllers
59 device          ata             # Legacy ATA/SATA controllers
60
61 # ATA/SCSI peripherals
62 device          scbus           # SCSI bus (required for ATA/SCSI)
63 device          ch              # SCSI media changers
64 device          da              # Direct Access (disks)
65 device          sa              # Sequential Access (tape etc)
66 device          cd              # CD
67 device          pass            # Passthrough device (direct ATA/SCSI access)
68 device          ses             # Enclosure Services (SES and SAF-TE)
69 #device         ctl             # CAM Target Layer
70
71 # Serial ports
72 device          uart
73
74 # PCI/PCIE
75 device          pci
76 device          pci_host_generic
77 device          al_pci          # Annapurna Alpine PCI-E
78
79 # Ethernet
80 device          ether
81 device          mii
82 device          bpf
83 device          al_eth          # Annapurna Alpine Ethernet NIC
84 options         DEVICE_POLLING
85
86 # USB ethernet support, requires miibus
87 device          miibus
88
89 #FDT
90 options         FDT
91 options         FDT_DTB_STATIC
92 makeoptions     FDT_DTS_FILE=annapurna-alpine.dts