Deleted Added
full compact
SHEEVAPLUG (233271) SHEEVAPLUG (235609)
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 233271 2012-03-21 08:38:42Z ed $
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 235609 2012-05-18 14:41:14Z gber $
5#
6
7ident SHEEVAPLUG
8include "../mv/kirkwood/std.sheevaplug"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12
13#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
16options SCHED_4BSD #4BSD scheduler
17options INET #InterNETworking
18options INET6 #IPv6 communications protocols
19options FFS #Berkeley Fast Filesystem
5#
6
7ident SHEEVAPLUG
8include "../mv/kirkwood/std.sheevaplug"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12
13#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
16options SCHED_4BSD #4BSD scheduler
17options INET #InterNETworking
18options INET6 #IPv6 communications protocols
19options FFS #Berkeley Fast Filesystem
20options NANDFS #NAND Filesystem
20options NFSCL #New Network Filesystem Client
21options NFSLOCKD #Network Lock Manager
22options NFS_ROOT #NFS usable as /, requires NFSCL
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=mge0
27

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

67options USB_DEBUG # enable debug msgs
68device usb
69device ehci
70device umass
71device scbus
72device pass
73device da
74
21options NFSCL #New Network Filesystem Client
22options NFSLOCKD #Network Lock Manager
23options NFS_ROOT #NFS usable as /, requires NFSCL
24options BOOTP
25options BOOTP_NFSROOT
26options BOOTP_NFSV3
27options BOOTP_WIRED_TO=mge0
28

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

68options USB_DEBUG # enable debug msgs
69device usb
70device ehci
71device umass
72device scbus
73device pass
74device da
75
76# NAND
77device nand
78
75# Flattened Device Tree
76options FDT
77options FDT_DTB_STATIC
78makeoptions FDT_DTS_FILE=sheevaplug.dts
79# Flattened Device Tree
80options FDT
81options FDT_DTB_STATIC
82makeoptions FDT_DTS_FILE=sheevaplug.dts