From ff32725fff6b3bd40a87f0b21152764084f9d33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 28 Apr 2017 22:30:14 +0200 Subject: Add package for linux --- sys-boot/linux/files/configs/bluetooth | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys-boot/linux/files/configs/bluetooth (limited to 'sys-boot/linux/files/configs/bluetooth') 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 -- cgit v1.2.3