summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/KB920X
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-07-10 01:49:50 +0000
committerimp <imp@FreeBSD.org>2012-07-10 01:49:50 +0000
commita5d922a754135099ee5de90c47d9e0f241d0aa48 (patch)
tree82ff7c88c4d3e8faeb573fdf0f867b3ab61cf778 /sys/arm/conf/KB920X
parentbc71506d20005074684c1f3cc0fb5a60aeb26953 (diff)
downloadFreeBSD-src-a5d922a754135099ee5de90c47d9e0f241d0aa48.zip
FreeBSD-src-a5d922a754135099ee5de90c47d9e0f241d0aa48.tar.gz
Remove some unused variables/externs that have been copied too many times...
Diffstat (limited to 'sys/arm/conf/KB920X')
-rw-r--r--sys/arm/conf/KB920X12
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index ea50c8b..c3c0e28 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -21,10 +21,16 @@
ident KB920X
include "../at91/std.kb920x"
+# bring in the sam specific timers and such
+#include "../at91/std.at91sam9"
+nodevice at91rm9200
+device at91sam9
+device at91sam9x25
# The AT91 platform doesn't use /boot/loader, so we have to statically wire
# hints.
hints "KB920X.hints"
-#makeoptions MODULES_OVERRIDE=""
+makeoptions MODULES_OVERRIDE=""
+options LINUX_BOOT_ABI
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options DDB
@@ -81,7 +87,7 @@ device lxtphy
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
device md
-device at91_twi # TWI: Two Wire Interface
+#device at91_twi # TWI: Two Wire Interface
device at91_spi # SPI:
device spibus
# MMC/SD
@@ -137,6 +143,8 @@ device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
+
+#device cfi
options IEEE80211_SUPPORT_MESH
options AH_SUPPORT_AR5416
OpenPOWER on IntegriCloud