Deleted Added
full compact
DB-88F6XXX (294413) DB-88F6XXX (295621)
1#
2# Custom kernel for Marvell DB-88F6xxx boards.
3#
1#
2# Custom kernel for Marvell DB-88F6xxx boards.
3#
4# $FreeBSD: head/sys/arm/conf/DB-88F6XXX 294413 2016-01-20 11:57:11Z zbb $
4# $FreeBSD: head/sys/arm/conf/DB-88F6XXX 295621 2016-02-14 23:42:07Z andrew $
5#
6
7ident DB-88F6XXX
8include "std.arm"
9include "../mv/kirkwood/std.db88f6xxx"
10
11options SOC_MV_KIRKWOOD
12

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

82device umass
83device scbus
84device pass
85device da
86
87# I2C (TWSI)
88device iic
89device iicbus
5#
6
7ident DB-88F6XXX
8include "std.arm"
9include "../mv/kirkwood/std.db88f6xxx"
10
11options SOC_MV_KIRKWOOD
12

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

82device umass
83device scbus
84device pass
85device da
86
87# I2C (TWSI)
88device iic
89device iicbus
90device twsi
90
91# SATA
92device mvs
93
94# NAND
95device nand
96
97# GPIO
98device gpio
99
100# Flattened Device Tree
101options FDT # Configure using FDT/DTB data
102options FDT_DTB_STATIC
103makeoptions FDT_DTS_FILE=db88f6281.dts
91
92# SATA
93device mvs
94
95# NAND
96device nand
97
98# GPIO
99device gpio
100
101# Flattened Device Tree
102options FDT # Configure using FDT/DTB data
103options FDT_DTB_STATIC
104makeoptions FDT_DTS_FILE=db88f6281.dts