Deleted Added
full compact
std.XLP (233540) std.XLP (233541)
1# $FreeBSD: head/sys/mips/conf/std.XLP 233540 2012-03-27 11:17:04Z jchandra $
1# $FreeBSD: head/sys/mips/conf/std.XLP 233541 2012-03-27 11:43:46Z jchandra $
2
3include "../nlm/std.xlp"
4makeoptions MODULES_OVERRIDE=""
5makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
6#profile 2
7
8hints "XLP.hints"
9

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

90#device uhid # "Human Interface Devices"
91device umass # Requires scbus and da
92
93# i2c driver and devices
94device iic
95device iicbus
96device iicoc
97device ds1374 # RTC on XLP boards
2
3include "../nlm/std.xlp"
4makeoptions MODULES_OVERRIDE=""
5makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
6#profile 2
7
8hints "XLP.hints"
9

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

90#device uhid # "Human Interface Devices"
91device umass # Requires scbus and da
92
93# i2c driver and devices
94device iic
95device iicbus
96device iicoc
97device ds1374 # RTC on XLP boards
98
99# Crypto
100device crypto
101device cryptodev
102device nlmsec
103device nlmrsa
104
105# Options that use crypto
106options IPSEC
107options GEOM_ELI