Deleted Added
full compact
ATMEL (256281) ATMEL (266086)
1# Kernel configuration to test compile all the atmel bits with one
2# configuration. This kernel will not (presently) boot. Do not copy
3# it to create your own custom config file.
4#
1# Kernel configuration to test compile all the atmel bits with one
2# configuration. This kernel will not (presently) boot. Do not copy
3# it to create your own custom config file.
4#
5# $FreeBSD: stable/10/sys/arm/conf/ATMEL 253845 2013-07-31 17:21:18Z obrien $
5# $FreeBSD: stable/10/sys/arm/conf/ATMEL 266086 2014-05-14 20:17:31Z ian $
6
7ident ATMEL
8
9include "../at91/std.atmel"
10
11# Typical values for most SoCs and board configurations. Will not work for
12# at91sam9g45 or on some boards with non u-boot boot loaders.
13options STARTUP_PAGETABLE_ADDR=0x20800000

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

152device ses # Enclosure Services (SES and SAF-TE)
153#device ctl # CAM Target Layer
154
155# Serial (COM) ports
156device uart # Multi-uart driver
157options ALT_BREAK_TO_DEBUGGER
158
159# USB support
6
7ident ATMEL
8
9include "../at91/std.atmel"
10
11# Typical values for most SoCs and board configurations. Will not work for
12# at91sam9g45 or on some boards with non u-boot boot loaders.
13options STARTUP_PAGETABLE_ADDR=0x20800000

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

152device ses # Enclosure Services (SES and SAF-TE)
153#device ctl # CAM Target Layer
154
155# Serial (COM) ports
156device uart # Multi-uart driver
157options ALT_BREAK_TO_DEBUGGER
158
159# USB support
160options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
160options USB_DEBUG # enable debug msgs
161device ohci # OHCI USB interface
162device usb # USB Bus (required)
163device umass # Disks/Mass storage - Requires scbus and da
164
165# USB device (gadget) support
166device at91_dci # Atmel's usb device
167device usfs # emulate a flash
168device cdce # emulate an ethernet
169device usb_template # Control of the gadget
170
171# watchdog
172device at91_wdt # Atmel AT91 Watchdog Timer
173
174device at91_rtc
175device at91_ssc
176#device at91_tc # missing?
161options USB_DEBUG # enable debug msgs
162device ohci # OHCI USB interface
163device usb # USB Bus (required)
164device umass # Disks/Mass storage - Requires scbus and da
165
166# USB device (gadget) support
167device at91_dci # Atmel's usb device
168device usfs # emulate a flash
169device cdce # emulate an ethernet
170device usb_template # Control of the gadget
171
172# watchdog
173device at91_wdt # Atmel AT91 Watchdog Timer
174
175device at91_rtc
176device at91_ssc
177#device at91_tc # missing?