Deleted Added
full compact
BEAGLEBONE (273624) BEAGLEBONE (273625)
1# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
2# platforms, check out http://www.beagleboard.org/bone and
3# http://www.beagleboard.org/black. This kernel config file is used for the
4# original BeagleBone and the BeagleBone Black.
5#
6# For more information on this file, please read the handbook section on
7# Kernel Configuration Files:
8#

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

13# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14# latest information.
15#
16# An exhaustive list of options and more detailed explanations of the
17# device lines is also present in the ../../conf/NOTES and NOTES files.
18# If you are in doubt as to the purpose or necessity of a line, check first
19# in NOTES.
20#
1# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
2# platforms, check out http://www.beagleboard.org/bone and
3# http://www.beagleboard.org/black. This kernel config file is used for the
4# original BeagleBone and the BeagleBone Black.
5#
6# For more information on this file, please read the handbook section on
7# Kernel Configuration Files:
8#

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

13# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14# latest information.
15#
16# An exhaustive list of options and more detailed explanations of the
17# device lines is also present in the ../../conf/NOTES and NOTES files.
18# If you are in doubt as to the purpose or necessity of a line, check first
19# in NOTES.
20#
21# $FreeBSD: stable/10/sys/arm/conf/BEAGLEBONE 273624 2014-10-25 02:05:21Z rpaulo $
21# $FreeBSD: stable/10/sys/arm/conf/BEAGLEBONE 273625 2014-10-25 02:06:40Z rpaulo $
22
23ident BEAGLEBONE
24
25include "../ti/am335x/std.beaglebone"
26
27makeoptions WITHOUT_MODULES="ahc"
28
29options HZ=100

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

109device ti_adc
110
111# Watchdog support
112# If we don't enable the watchdog driver, the system could potentially
113# reboot automatically because the boot loader might have enabled the
114# watchdog.
115device ti_wdt
116
22
23ident BEAGLEBONE
24
25include "../ti/am335x/std.beaglebone"
26
27makeoptions WITHOUT_MODULES="ahc"
28
29options HZ=100

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

109device ti_adc
110
111# Watchdog support
112# If we don't enable the watchdog driver, the system could potentially
113# reboot automatically because the boot loader might have enabled the
114# watchdog.
115device ti_wdt
116
117# TI Programmable Realtime Unit support
118device ti_pruss
119
120# Mailbox support
121device ti_mbox
122
117# USB support
118device usb
119options USB_HOST_ALIGN=64 # Cacheline size is 64 on AM335x.
120options USB_DEBUG
121#options USB_REQ_DEBUG
122#options USB_VERBOSE
123device musb
124device umass

--- 23 unchanged lines hidden ---
123# USB support
124device usb
125options USB_HOST_ALIGN=64 # Cacheline size is 64 on AM335x.
126options USB_DEBUG
127#options USB_REQ_DEBUG
128#options USB_VERBOSE
129device musb
130device umass

--- 23 unchanged lines hidden ---