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/57055e1666bc
branches:  trunk
changeset: 953403:57055e1666bc
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 5967435cdf3d -r 57055e1666bc 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