Deleted Added
full compact
TS7800 (289945) TS7800 (294413)
1#
2# Custom kernel for the TS-7800 board.
3#
1#
2# Custom kernel for the TS-7800 board.
3#
4# $FreeBSD: head/sys/arm/conf/TS7800 289945 2015-10-25 22:00:56Z zbb $
4# $FreeBSD: head/sys/arm/conf/TS7800 294413 2016-01-20 11:57:11Z zbb $
5#
6
7ident TS7800
8include "std.arm"
9include "../mv/orion/std.ts7800"
10
11options SOC_MV_ORION
12

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

71device umass
72device scbus
73device pass
74device da
75
76# SATA
77device ata
78
5#
6
7ident TS7800
8include "std.arm"
9include "../mv/orion/std.ts7800"
10
11options SOC_MV_ORION
12

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

71device umass
72device scbus
73device pass
74device da
75
76# SATA
77device ata
78
79# GPIO
80device gpio
81
79# Flattened Device Tree
80options FDT
81options FDT_DTB_STATIC
82makeoptions FDT_DTS_FILE=ts7800.dts
83
82# Flattened Device Tree
83options FDT
84options FDT_DTB_STATIC
85makeoptions FDT_DTS_FILE=ts7800.dts
86