Deleted Added
full compact
AML8726 (282723) AML8726 (283057)
1#
2# Kernel configuration for Amlogic aml8726 boards.
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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#
2# Kernel configuration for Amlogic aml8726 boards.
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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: head/sys/arm/conf/AML8726 282723 2015-05-10 12:13:27Z andrew $
19# $FreeBSD: head/sys/arm/conf/AML8726 283057 2015-05-18 11:04:07Z andrew $
20
21ident AML8726
22
23include "std.armv6"
24include "../amlogic/aml8726/std.aml8726"
25
26options HZ=100
27options SCHED_ULE # ULE scheduler
28options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
29options LINUX_BOOT_ABI
20
21ident AML8726
22
23include "std.armv6"
24include "../amlogic/aml8726/std.aml8726"
25
26options HZ=100
27options SCHED_ULE # ULE scheduler
28options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
29options LINUX_BOOT_ABI
30options SMP # Enable multiple cores
31
32# Debugging
33makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
34options ALT_BREAK_TO_DEBUGGER
35#options VERBOSE_SYSINIT # Enable verbose sysinit messages
36options BOOTVERBOSE=1
37options KDB # Enable kernel debugger support
38# For minimum debugger support (stable branch) use:

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

47
48# NFS root from boopt/dhcp
49#options BOOTP
50#options BOOTP_NFSROOT
51#options BOOTP_COMPAT
52#options BOOTP_NFSV3
53#options BOOTP_WIRED_TO=axe0
54
30
31# Debugging
32makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33options ALT_BREAK_TO_DEBUGGER
34#options VERBOSE_SYSINIT # Enable verbose sysinit messages
35options BOOTVERBOSE=1
36options KDB # Enable kernel debugger support
37# For minimum debugger support (stable branch) use:

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

46
47# NFS root from boopt/dhcp
48#options BOOTP
49#options BOOTP_NFSROOT
50#options BOOTP_COMPAT
51#options BOOTP_NFSV3
52#options BOOTP_WIRED_TO=axe0
53
54# Interrupt controller
55device aml_pic
56
55# MMC/SD/SDIO Card slot support
56device mmc # mmc/sd bus
57device mmcsd # mmc/sd flash cards
58
59# Boot device is 2nd slice on MMC/SD card
60options ROOTDEVNAME=\"ufs:mmcsd0s2\"
61
57# MMC/SD/SDIO Card slot support
58device mmc # mmc/sd bus
59device mmcsd # mmc/sd flash cards
60
61# Boot device is 2nd slice on MMC/SD card
62options ROOTDEVNAME=\"ufs:mmcsd0s2\"
63
62# Interrupt controller
63device gic
64
65# GPIO
66device gpio
67device gpioled
68
69# I2C support
70device iicbus
71device iicbb
72device iic

--- 45 unchanged lines hidden ---
64# GPIO
65device gpio
66device gpioled
67
68# I2C support
69device iicbus
70device iicbb
71device iic

--- 45 unchanged lines hidden ---