FreeBSD/Linux Kernel Cross Reference
sys/arm/conf/ZEDBOARD
1 #
2 # ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
3 # ZedBoard (www.zedboard.org) and similar Zynq boards.
4 #
5 # For more information on this file, please read the config(5) manual page,
6 # and/or the handbook section on Kernel Configuration Files:
7 #
8 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
9 #
10 # The handbook is also available locally in /usr/share/doc/handbook
11 # if you've installed the doc distribution, otherwise always see the
12 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
13 # latest information.
14 #
15 # An exhaustive list of options and more detailed explanations of the
16 # device lines is also present in the ../../conf/NOTES and NOTES files.
17 # If you are in doubt as to the purpose or necessity of a line, check first
18 # in NOTES.
19 #
20 # $FreeBSD$
21
22 ident ZEDBOARD
23
24 include "std.armv7"
25 include "../xilinx/std.zynq7"
26
27 makeoptions MODULES_EXTRA="dtb/zynq"
28
29 options SCHED_ULE # ULE scheduler
30 options PLATFORM # Platform based SoC
31 #options NFSSD # Network Filesystem Server
32 options SMP # Enable multiple cores
33
34 # NFS root from boopt/dhcp
35 #options BOOTP
36 #options BOOTP_NFSROOT
37 #options BOOTP_COMPAT
38 #options BOOTP_NFSV3
39
40 options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
41
42 # Interrupt controller
43 device gic
44
45 # pseudo devices
46 device clk
47 device phy
48 device hwreset
49 device nvmem
50 device regulator
51 device syscon
52
53 # Cache controller
54 device pl310 # PL310 L2 cache controller
55 # ARM MPCore timer
56 device mpcore_timer
57
58 device loop
59 device ether
60 device cgem # Cadence GEM Gigabit Ethernet device
61 device mii
62 device e1000phy
63 device rgephy # Zybo uses Realtek RTL8211E
64 device pty
65 device uart
66 device gpio
67
68 device spibus
69 device spigen
70 device mx25l
71 device zy7_qspi # Xilinx Zynq QSPI controller
72 device zy7_spi # Xilinx Zynq SPI controller
73
74 device md
75 device mmc # mmc/sd bus
76 device mmcsd # mmc/sd flash cards
77 device sdhci # generic sdhci
78 device bpf # Berkeley packet filter
79
80 # USB support
81 device usb
82 device ehci
83 device umass
84 device scbus # SCSI bus (required for ATA/SCSI)
85 device da # Direct Access (disks)
86 device axe # USB-Ethernet
87
88
89 # Flattened Device Tree
90 options FDT # Configure using FDT/DTB data
91 #options FDT_DTB_STATIC
92 #makeoptions FDT_DTS_FILE=zedboard.dts
93
Cache object: 089e3c290ae467b0536e410c9dd4a372
|