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

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

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

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

14# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
15# latest information.
16#
17# An exhaustive list of options and more detailed explanations of the
18# device lines is also present in the ../../conf/NOTES and NOTES files.
19# If you are in doubt as to the purpose or necessity of a line, check first
20# in NOTES.
21#
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 276755 2015-01-06 16:15:57Z jhb $
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 277042 2015-01-12 03:23:16Z loos $
23
24ident BEAGLEBONE
25
26include "../ti/am335x/std.am335x"
27
28makeoptions WITHOUT_MODULES="ahc"
29
30options HZ=100

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

96device sdhci # mmc/sd host controller
97
98# I2C support
99device iicbus
100device iic
101device ti_i2c
102device am335x_pmic # AM335x Power Management IC (TPC65217)
103
23
24ident BEAGLEBONE
25
26include "../ti/am335x/std.am335x"
27
28makeoptions WITHOUT_MODULES="ahc"
29
30options HZ=100

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

96device sdhci # mmc/sd host controller
97
98# I2C support
99device iicbus
100device iic
101device ti_i2c
102device am335x_pmic # AM335x Power Management IC (TPC65217)
103
104device am335x_rtc # RTC support (power management only)
105
104# Console and misc
105device uart
106device uart_ns8250
107device pty
108device snp
109device md
110device random # Entropy device
111

--- 50 unchanged lines hidden ---
106# Console and misc
107device uart
108device uart_ns8250
109device pty
110device snp
111device md
112device random # Entropy device
113

--- 50 unchanged lines hidden ---