Deleted Added
full compact
SOCKIT-BERI (273469) SOCKIT-BERI (275050)
1# Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
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#
1# Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
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: head/sys/arm/conf/SOCKIT-BERI 273469 2014-10-22 11:30:03Z br $
18# $FreeBSD: head/sys/arm/conf/SOCKIT-BERI 275050 2014-11-25 16:24:31Z br $
19
20ident SOCKIT-BERI
21include "../altera/socfpga/std.socfpga"
22
23makeoptions MODULES_OVERRIDE=""
24
25makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
26makeoptions WERROR="-Werror"

--- 90 unchanged lines hidden (view full) ---

117device iicbus
118
119# SPI
120device spibus
121
122# BERI specific
123device beri_ring
124device beri_mem
19
20ident SOCKIT-BERI
21include "../altera/socfpga/std.socfpga"
22
23makeoptions MODULES_OVERRIDE=""
24
25makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
26makeoptions WERROR="-Werror"

--- 90 unchanged lines hidden (view full) ---

117device iicbus
118
119# SPI
120device spibus
121
122# BERI specific
123device beri_ring
124device beri_mem
125device beri_vtblk
126device altera_pio
125
126# Ethernet
127device ether
128device mii
129device smsc
130device smscphy
131device dwc
132device micphy
133
134# USB ethernet support, requires miibus
135device miibus
136device axe # ASIX Electronics USB Ethernet
137device bpf # Berkeley packet filter
138
139#FDT
140options FDT
141options FDT_DTB_STATIC
142makeoptions FDT_DTS_FILE=socfpga-sockit-beri.dts
127
128# Ethernet
129device ether
130device mii
131device smsc
132device smscphy
133device dwc
134device micphy
135
136# USB ethernet support, requires miibus
137device miibus
138device axe # ASIX Electronics USB Ethernet
139device bpf # Berkeley packet filter
140
141#FDT
142options FDT
143options FDT_DTB_STATIC
144makeoptions FDT_DTS_FILE=socfpga-sockit-beri.dts