Deleted Added
full compact
SOCKIT-BERI (273380) SOCKIT-BERI (273469)
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 273380 2014-10-21 09:14:16Z br $
18# $FreeBSD: head/sys/arm/conf/SOCKIT-BERI 273469 2014-10-22 11:30:03Z 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"

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

116device iic
117device iicbus
118
119# SPI
120device spibus
121
122# BERI specific
123device beri_ring
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"

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

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