Deleted Added
full compact
EB9200 (256281) EB9200 (266086)
1# EB9200 - Custom kernel for the Embest ATEB9200 AT91RM9200 evaluation board.
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# An exhaustive list of options and more detailed explanations of the
9# device lines is also present in the ../../conf/NOTES and NOTES files.
10# If you are in doubt as to the purpose or necessity of a line, check first
11# in NOTES.
12#
1# EB9200 - Custom kernel for the Embest ATEB9200 AT91RM9200 evaluation board.
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# An exhaustive list of options and more detailed explanations of the
9# device lines is also present in the ../../conf/NOTES and NOTES files.
10# If you are in doubt as to the purpose or necessity of a line, check first
11# in NOTES.
12#
13# $FreeBSD: stable/10/sys/arm/conf/EB9200 253845 2013-07-31 17:21:18Z obrien $
13# $FreeBSD: stable/10/sys/arm/conf/EB9200 266086 2014-05-14 20:17:31Z ian $
14
15ident EB9200
16
17include "../at91/std.eb9200"
18# The AT91 platform doesn't use /boot/loader, so we have to statically wire
19# hints.
20hints "EB9200.hints"
21makeoptions MODULES_OVERRIDE=""

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

87device mmcsd
88# iic
89device iic
90device iicbus
91device icee
92
93device bpf
94# USB support
14
15ident EB9200
16
17include "../at91/std.eb9200"
18# The AT91 platform doesn't use /boot/loader, so we have to statically wire
19# hints.
20hints "EB9200.hints"
21makeoptions MODULES_OVERRIDE=""

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

87device mmcsd
88# iic
89device iic
90device iicbus
91device icee
92
93device bpf
94# USB support
95options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
95options USB_DEBUG # enable debug msgs
96device ohci # OHCI localbus->USB interface
97device usb # USB Bus (required)
98device umass # Disks/Mass storage - Requires scbus and da
99# SCSI peripherals
100device scbus # SCSI bus (required for SCSI)
101device da # Direct Access (disks)
102device cd # CD
103device pass # Passthrough device (direct SCSI access)
104
105# USB device (gadget) support
106#device at91_dci # Atmel's usb device
107#device usfs # emulate a flash
108#device cdce # emulate an ethernet
109#device usb_template # Control of the gadget
96options USB_DEBUG # enable debug msgs
97device ohci # OHCI localbus->USB interface
98device usb # USB Bus (required)
99device umass # Disks/Mass storage - Requires scbus and da
100# SCSI peripherals
101device scbus # SCSI bus (required for SCSI)
102device da # Direct Access (disks)
103device cd # CD
104device pass # Passthrough device (direct SCSI access)
105
106# USB device (gadget) support
107#device at91_dci # Atmel's usb device
108#device usfs # emulate a flash
109#device cdce # emulate an ethernet
110#device usb_template # Control of the gadget