Deleted Added
full compact
PANDABOARD (253845) PANDABOARD (254461)
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
3#
4# For more information on this file, please read the handbook section on
5# 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#
1# PANDABOARD -- Custom configuration for the PandaBoard ARM development
2# platform, check out www.pandaboard.org
3#
4# For more information on this file, please read the handbook section on
5# 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: head/sys/arm/conf/PANDABOARD 253845 2013-07-31 17:21:18Z obrien $
19# $FreeBSD: head/sys/arm/conf/PANDABOARD 254461 2013-08-17 18:51:38Z andrew $
20
21ident PANDABOARD
22
23
24
25# This probably wants to move somewhere else. Maybe we can create a basic
26# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
27# adds the start addresses and custom devices plus pulls in this hints file.

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

135device twl_vreg
136device twl_clks
137
138# Flattened Device Tree
139options FDT
140options FDT_DTB_STATIC
141makeoptions FDT_DTS_FILE=pandaboard.dts
142
20
21ident PANDABOARD
22
23
24
25# This probably wants to move somewhere else. Maybe we can create a basic
26# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
27# adds the start addresses and custom devices plus pulls in this hints file.

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

135device twl_vreg
136device twl_clks
137
138# Flattened Device Tree
139options FDT
140options FDT_DTB_STATIC
141makeoptions FDT_DTS_FILE=pandaboard.dts
142
143#device vfp # vfp/neon
144#options ARM_VFP_SUPPORT # vfp/neon
143options VFP # vfp/neon