]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALPINE
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[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
27 options         SCHED_4BSD              # 4BSD scheduler
28 options         SMP                     # Enable multiple cores
29 options         PLATFORM
30
31 # Interrupt controller
32 device          gic
33
34 # Annapurna Alpine drivers
35 device          al_ccu                  # Alpine Cache Coherency Unit
36 device          al_nb_service           # Alpine North Bridge Service
37 device          al_iofic                # I/O Fabric Interrupt Controller
38 device          al_serdes               # Serializer/Deserializer
39 device          al_udma                 # Universal DMA
40
41 # Pseudo devices
42 device          loop
43 device          pty
44 device          md
45 device          gpio
46
47 # ATA controllers
48 device          ahci            # AHCI-compatible SATA controllers
49 device          ata             # Legacy ATA/SATA controllers
50
51 # ATA/SCSI peripherals
52 device          scbus           # SCSI bus (required for ATA/SCSI)
53 device          ch              # SCSI media changers
54 device          da              # Direct Access (disks)
55 device          sa              # Sequential Access (tape etc)
56 device          cd              # CD
57 device          pass            # Passthrough device (direct ATA/SCSI access)
58 device          ses             # Enclosure Services (SES and SAF-TE)
59 #device         ctl             # CAM Target Layer
60
61 # Serial ports
62 device          uart
63
64 # PCI/PCIE
65 device          pci
66 device          pci_host_generic
67 device          al_pci          # Annapurna Alpine PCI-E
68
69 # Ethernet
70 device          ether
71 device          mii
72 device          bpf
73 device          al_eth          # Annapurna Alpine Ethernet NIC
74 options         DEVICE_POLLING
75
76 # USB ethernet support, requires miibus
77 device          miibus
78
79 #FDT
80 options         FDT
81 options         FDT_DTB_STATIC
82 makeoptions     FDT_DTS_FILE=annapurna-alpine.dts