]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALPINE
Enable ARM_INTRNG on the pandaboard platform.
[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         HZ=100
29 options         SCHED_4BSD              # 4BSD scheduler
30 options         SMP                     # Enable multiple cores
31
32 # Debugging
33 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
34 options         ALT_BREAK_TO_DEBUGGER
35 options         KDB
36 options         DDB                     #Enable the kernel debugger
37
38 # Interrupt controller
39 device          gic
40
41 # Pseudo devices
42 device          loop
43 device          random
44 device          pty
45 device          md
46 device          gpio
47
48 # ATA controllers
49 device          ahci            # AHCI-compatible SATA controllers
50 device          ata             # Legacy ATA/SATA controllers
51
52 # ATA/SCSI peripherals
53 device          scbus           # SCSI bus (required for ATA/SCSI)
54 device          ch              # SCSI media changers
55 device          da              # Direct Access (disks)
56 device          sa              # Sequential Access (tape etc)
57 device          cd              # CD
58 device          pass            # Passthrough device (direct ATA/SCSI access)
59 device          ses             # Enclosure Services (SES and SAF-TE)
60 #device         ctl             # CAM Target Layer
61
62 # Serial ports
63 device          uart
64
65 # Ethernet
66 device          ether
67 device          mii
68 device          bpf
69 options         DEVICE_POLLING
70
71 # USB ethernet support, requires miibus
72 device          miibus
73
74 #FDT
75 options         FDT
76 options         FDT_DTB_STATIC
77 makeoptions     FDT_DTS_FILE=annapurna-alpine.dts