diff options
Diffstat (limited to 'sys-boot/linux/files/configs/bluetooth')
-rw-r--r-- | sys-boot/linux/files/configs/bluetooth | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-boot/linux/files/configs/bluetooth b/sys-boot/linux/files/configs/bluetooth new file mode 100644 index 0000000..f4f4c1c --- /dev/null +++ b/sys-boot/linux/files/configs/bluetooth @@ -0,0 +1,11 @@ +# Enable bluetooth +CONFIG_BT=m +CONFIG_BT_RFCOMM=m +CONFIG_BT_HIDP=m +CONFIG_BT_LEDS=y + +# Drivers +CONFIG_BT_HCIBTUSB=m +CONFIG_BT_HCIUART=m +# Broadcom +CONFIG_BT_HCIUART_BCM=y |