Add builtin WiFi and Bluetooth.
This commit is contained in:
parent
9e4050a09a
commit
d7b80b3b5e
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: RPI,v 1.88 2020/01/19 01:25:04 thorpej Exp $
|
||||
# $NetBSD: RPI,v 1.89 2020/01/26 06:50:18 mlelstv Exp $
|
||||
#
|
||||
# RPi -- Raspberry Pi
|
||||
#
|
||||
|
@ -134,6 +134,7 @@ bcmsdhost* at fdt?
|
|||
sdmmc* at bcmsdhost?
|
||||
|
||||
ld* at sdmmc?
|
||||
bwfm* at sdmmc?
|
||||
|
||||
# On-board USB
|
||||
dwctwo* at fdt?
|
||||
|
@ -238,7 +239,6 @@ pseudo-device wsfont
|
|||
# local configuration
|
||||
cinclude "arch/evbarm/conf/RPI.local"
|
||||
|
||||
# Bluetooth serial UART devices
|
||||
pseudo-device btuart
|
||||
pseudo-device bcsp
|
||||
pseudo-device bthfive
|
||||
# Bluetooth devices
|
||||
include "dev/bluetooth/bluetoothdevices.config"
|
||||
|
||||
|
|
Loading…
Reference in New Issue