Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add bluetooth also to 32bit kernel.
details:   https://anonhg.NetBSD.org/src/rev/10254dfd21ff
branches:  trunk
changeset: 960103:10254dfd21ff
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon Mar 08 06:31:42 2021 +0000
description:
Add bluetooth also to 32bit kernel.
diffstat:
 sys/arch/evbarm/conf/GENERIC |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r e562db303fab -r 10254dfd21ff sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Mon Mar 08 06:27:06 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Mon Mar 08 06:31:42 2021 +0000
@@ -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 @@
 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"
Home |
Main Index |
Thread Index |
Old Index