]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALPINE
Merge ^/head r305431 through r305622.
[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 #    http://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 (http://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.armv6"
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
31 # Interrupt controller
32 device          gic
33 options         INTRNG
34
35 # Annapurna Alpine drivers
36 device          al_ccu                  # Alpine Cache Coherency Unit
37 device          al_nb_service           # Alpine North Bridge Service
38
39 # Pseudo devices
40 device          loop
41 device          random
42 device          pty
43 device          md
44 device          gpio
45
46 # ATA controllers
47 device          ahci            # AHCI-compatible SATA controllers
48 device          ata             # Legacy ATA/SATA controllers
49
50 # ATA/SCSI peripherals
51 device          scbus           # SCSI bus (required for ATA/SCSI)
52 device          ch              # SCSI media changers
53 device          da              # Direct Access (disks)
54 device          sa              # Sequential Access (tape etc)
55 device          cd              # CD
56 device          pass            # Passthrough device (direct ATA/SCSI access)
57 device          ses             # Enclosure Services (SES and SAF-TE)
58 #device         ctl             # CAM Target Layer
59
60 # Serial ports
61 device          uart
62
63 # Ethernet
64 device          ether
65 device          mii
66 device          bpf
67 options         DEVICE_POLLING
68
69 # USB ethernet support, requires miibus
70 device          miibus
71
72 #FDT
73 options         FDT
74 options         FDT_DTB_STATIC
75 makeoptions     FDT_DTS_FILE=annapurna-alpine.dts