]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SOCFPGA
Reduce kmem_arena maximum size for Armada38x
[FreeBSD/FreeBSD.git] / sys / arm / conf / SOCFPGA
1 #
2 # Kernel configuration for Altera SOCFPGA development kits.
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           SOCFPGA
22 include         "std.armv6"
23 include         "../altera/socfpga/std.socfpga"
24
25 makeoptions     MODULES_OVERRIDE=""
26
27 makeoptions     WERROR="-Werror"
28
29 options         SCHED_ULE               # ULE scheduler
30 options         PLATFORM                # Platform based SoC
31 options         PLATFORM_SMP
32 options         SMP                     # Enable multiple cores
33 options         MULTIDELAY
34
35 options         SOC_ALTERA_ARRIA10
36 options         SOC_ALTERA_CYCLONE5
37
38 # NFS root from boopt/dhcp
39 #options        BOOTP
40 #options        BOOTP_NFSROOT
41 #options        BOOTP_COMPAT
42 #options        BOOTP_NFSV3
43 #options        BOOTP_WIRED_TO=ue0
44
45 # Interrupt controller
46 device          gic
47 options         INTRNG
48
49 # ARM MPCore timer
50 device          mpcore_timer
51
52 # MMC/SD/SDIO Card slot support
53 device          mmc                     # mmc/sd bus
54 device          mmcsd                   # mmc/sd flash cards
55 device          dwmmc
56
57 # Pseudo devices
58
59 device          loop
60 device          random
61 device          pty
62 device          md
63 device          gpio
64
65 # USB support
66 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
67 device          usb
68 device          dwcotg
69
70 device          umass
71 device          scbus                   # SCSI bus (required for ATA/SCSI)
72 device          da                      # Direct Access (disks)
73 device          pass
74
75 # Serial ports
76 device          uart
77 device          uart_snps
78
79 # I2C (TWSI)
80 device          iic
81 device          iicbus
82
83 # SPI
84 device          spibus
85
86 # Ethernet
87 device          ether
88 device          mii
89 device          smsc
90 device          smscphy
91 device          dwc
92 device          micphy
93
94 # USB ethernet support, requires miibus
95 device          miibus
96 device          axe                     # ASIX Electronics USB Ethernet
97 device          bpf                     # Berkeley packet filter
98
99 # Flattened Device Tree
100 options         FDT                     # Configure using FDT/DTB data