Deleted Added
full compact
SHEEVAPLUG (256281) SHEEVAPLUG (266086)
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: stable/10/sys/arm/conf/SHEEVAPLUG 253845 2013-07-31 17:21:18Z obrien $
4# $FreeBSD: stable/10/sys/arm/conf/SHEEVAPLUG 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident SHEEVAPLUG
8include "../mv/kirkwood/std.db88f6xxx"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12

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

60options DEVICE_POLLING
61device vlan
62
63device cesa # Marvell security engine
64device crypto
65device cryptodev
66
67# USB
5#
6
7ident SHEEVAPLUG
8include "../mv/kirkwood/std.db88f6xxx"
9
10options SOC_MV_KIRKWOOD
11makeoptions MODULES_OVERRIDE=""
12

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

60options DEVICE_POLLING
61device vlan
62
63device cesa # Marvell security engine
64device crypto
65device cryptodev
66
67# USB
68options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
68options USB_DEBUG # enable debug msgs
69device usb
70device ehci
71device umass
72device scbus
73device pass
74device da
75
76# NAND
77device nand
78
79# Flattened Device Tree
80options FDT
81options FDT_DTB_STATIC
82makeoptions FDT_DTS_FILE=sheevaplug.dts
69options USB_DEBUG # enable debug msgs
70device usb
71device ehci
72device umass
73device scbus
74device pass
75device da
76
77# NAND
78device nand
79
80# Flattened Device Tree
81options FDT
82options FDT_DTB_STATIC
83makeoptions FDT_DTS_FILE=sheevaplug.dts