Changeset View
Changeset View
Standalone View
Standalone View
head/sys/mips/conf/AR934X_BASE
# | # | ||||
# AR91XX -- Kernel configuration base file for the Atheros AR913x SoC. | # AR91XX -- Kernel configuration base file for the Atheros AR913x SoC. | ||||
# | # | ||||
# This file (and the hints file accompanying it) are not designed to be | # This file (and the hints file accompanying it) are not designed to be | ||||
# used by themselves. Instead, users of this file should create a kernel | # used by themselves. Instead, users of this file should create a kernel | ||||
# config file which includes this file (which gets the basic hints), then | # config file which includes this file (which gets the basic hints), then | ||||
# override the default options (adding devices as needed) and adding | # override the default options (adding devices as needed) and adding | ||||
# hints as needed (for example, the GPIO and LAN PHY.) | # hints as needed (for example, the GPIO and LAN PHY.) | ||||
# | # | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
# | # | ||||
machine mips mips | machine mips mips | ||||
ident AR934X_BASE | ident AR934X_BASE | ||||
cpu CPU_MIPS74KC | cpu CPU_MIPS74K | ||||
makeoptions KERNLOADADDR=0x80050000 | makeoptions KERNLOADADDR=0x80050000 | ||||
options HZ=1000 | options HZ=1000 | ||||
files "../atheros/files.ar71xx" | files "../atheros/files.ar71xx" | ||||
hints "AR934X_BASE.hints" | hints "AR934X_BASE.hints" | ||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols | makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols | ||||
makeoptions MODULES_OVERRIDE="gpio ar71xx if_gif if_gre if_vlan if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_ahb hwpmc ipfw ipfw_nat libalias" | makeoptions MODULES_OVERRIDE="gpio ar71xx if_gif if_gre if_vlan if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_ahb hwpmc ipfw ipfw_nat libalias" | ||||
▲ Show 20 Lines • Show All 106 Lines • Show Last 20 Lines |