Deleted Added
full compact
RK3188 (266940) RK3188 (270912)
1# Kernel configuration for Rockchip RK3188 systems.
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# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# Kernel configuration for Rockchip RK3188 systems.
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# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/RK3188 266940 2014-06-01 05:02:48Z ganbold $
18# $FreeBSD: head/sys/arm/conf/RK3188 270912 2014-09-01 03:49:21Z imp $
19
20ident RK3188
21
22include "../rockchip/std.rk30xx"
23
24options HZ=100
25options SCHED_4BSD # 4BSD scheduler
26options INET # InterNETworking

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

83
84# I2C support
85#device iicbus
86#device iic
87
88# GPIO
89device gpio
90
19
20ident RK3188
21
22include "../rockchip/std.rk30xx"
23
24options HZ=100
25options SCHED_4BSD # 4BSD scheduler
26options INET # InterNETworking

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

83
84# I2C support
85#device iicbus
86#device iic
87
88# GPIO
89device gpio
90
91device scbus # SCSI bus (required for SCSI)
91device scbus # SCSI bus (required for ATA/SCSI)
92device da # Direct Access (disks)
93device pass
94
95# USB support
96options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
97device usb
98options USB_DEBUG
99#options USB_REQ_DEBUG

--- 29 unchanged lines hidden ---
92device da # Direct Access (disks)
93device pass
94
95# USB support
96options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
97device usb
98options USB_DEBUG
99#options USB_REQ_DEBUG

--- 29 unchanged lines hidden ---