]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SOCFPGA
dts: Update our copy to Linux 4.17
[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 #    https://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 (https://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.armv7"
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         SMP                     # Enable multiple cores
32
33 options         SOC_ALTERA_ARRIA10
34 options         SOC_ALTERA_CYCLONE5
35
36 # NFS root from boopt/dhcp
37 #options        BOOTP
38 #options        BOOTP_NFSROOT
39 #options        BOOTP_COMPAT
40 #options        BOOTP_NFSV3
41 #options        BOOTP_WIRED_TO=ue0
42
43 # Interrupt controller
44 device          gic
45 options         INTRNG
46
47 # ARM MPCore timer
48 device          mpcore_timer
49
50 # DMA support
51 device          xdma
52 device          pl330
53
54 # MMC/SD/SDIO Card slot support
55 device          mmc                     # mmc/sd bus
56 device          mmcsd                   # mmc/sd flash cards
57 device          dwmmc
58
59 # Pseudo devices
60
61 device          loop
62 device          random
63 device          pty
64 device          md
65 device          gpio
66
67 # USB support
68 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
69 device          usb
70 device          dwcotg
71
72 device          umass
73 device          scbus                   # SCSI bus (required for ATA/SCSI)
74 device          da                      # Direct Access (disks)
75 device          pass
76
77 # Serial ports
78 device          uart
79 device          uart_snps
80
81 # I2C (TWSI)
82 device          iic
83 device          iicbus
84
85 # SPI
86 device          spibus
87 device          cqspi
88 device          n25q
89
90 # Ethernet
91 device          ether
92 device          mii
93 device          smsc
94 device          smscphy
95 device          dwc
96 device          micphy
97
98 # USB ethernet support, requires miibus
99 device          miibus
100 device          axe                     # ASIX Electronics USB Ethernet
101 device          bpf                     # Berkeley packet filter
102
103 # Flattened Device Tree
104 options         FDT                     # Configure using FDT/DTB data