Deleted Added
full compact
KB920X (256281) KB920X (266086)
1# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.com.
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# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.com.
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: stable/10/sys/arm/conf/KB920X 253845 2013-07-31 17:21:18Z obrien $
19# $FreeBSD: stable/10/sys/arm/conf/KB920X 266086 2014-05-14 20:17:31Z ian $
20
21ident KB920X
22
23include "../at91/std.kb920x"
24# The AT91 platform doesn't use /boot/loader, so we have to statically wire
25# hints.
26hints "KB920X.hints"
27makeoptions MODULES_OVERRIDE=""

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

90device mmcsd
91# iic
92device iic
93device iicbus
94device icee
95
96device bpf
97# USB support
20
21ident KB920X
22
23include "../at91/std.kb920x"
24# The AT91 platform doesn't use /boot/loader, so we have to statically wire
25# hints.
26hints "KB920X.hints"
27makeoptions MODULES_OVERRIDE=""

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

90device mmcsd
91# iic
92device iic
93device iicbus
94device icee
95
96device bpf
97# USB support
98options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
98options USB_DEBUG # enable debug msgs
99device ohci # OHCI localbus->USB interface
100device usb # USB Bus (required)
101#device udbp # USB Double Bulk Pipe devices
102device uhid # "Human Interface Devices"
103device ulpt # Printer
104device umass # Disks/Mass storage - Requires scbus and da
105device urio # Diamond Rio 500 MP3 player

--- 44 unchanged lines hidden ---
99options USB_DEBUG # enable debug msgs
100device ohci # OHCI localbus->USB interface
101device usb # USB Bus (required)
102#device udbp # USB Double Bulk Pipe devices
103device uhid # "Human Interface Devices"
104device ulpt # Printer
105device umass # Disks/Mass storage - Requires scbus and da
106device urio # Diamond Rio 500 MP3 player

--- 44 unchanged lines hidden ---