Module Name:    src
Committed By:   mlelstv
Date:           Mon Mar  8 06:31:42 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
Add bluetooth also to 32bit kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.94 src/sys/arch/evbarm/conf/GENERIC:1.95
--- src/sys/arch/evbarm/conf/GENERIC:1.94	Mon Mar  8 06:27:06 2021
+++ src/sys/arch/evbarm/conf/GENERIC	Mon Mar  8 06:31:42 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.94 2021/03/08 06:27:06 mlelstv Exp $
+#	$NetBSD: GENERIC,v 1.95 2021/03/08 06:31:42 mlelstv Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -592,4 +592,15 @@ include "dev/usb/usbdevices.config"
 midi* 		at midibus?
 pseudo-device	sequencer			# MIDI sequencer
 
+# Bluetooth USB Controllers
+ubt* at uhub? port ?
+
+# Bluetooth Device Hub
+bthub* at bcsp?
+bthub* at btuart?
+bthub* at bthfive?
+bthub* at ubt?
+
+include "dev/bluetooth/bluetoothdevices.config"
+
 cinclude "arch/evbarm/conf/GENERIC.local"

Reply via email to