aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-kernel/linux/files
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2016-11-21 19:30:27 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-11-22 16:01:24 +0000
commitb678c686af5962c8ceec4517aa27992c9ba2d47b (patch)
treeaff7d42881de0d67fc3618955197c3e9d4e27672 /meta-agl-bsp/meta-ti/recipes-kernel/linux/files
parent6d66150b353ae2b14b093d8cec29785916154746 (diff)
meta-agl-bsp: More CES 2017 demo hardware support for TI Vayu
Tweaked the rtl_sdr.cfg fragment for linux-ti-staging to add CONFIG_I2C_MUX, as it is required by the RTL28xx driver Kconfig in newer kernels. As well, added another fragment to linux-ti-staging to enable USB Bluetooth HCI devices so that USB Bluetooth adapters will work on Vayu. Change-Id: Ifd40f25e2159066fea4707a7915ba9b6dee52e0c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-kernel/linux/files')
-rw-r--r--meta-agl-bsp/meta-ti/recipes-kernel/linux/files/btusb.cfg6
-rw-r--r--meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg1
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/btusb.cfg b/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/btusb.cfg
new file mode 100644
index 000000000..5f18d8223
--- /dev/null
+++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/btusb.cfg
@@ -0,0 +1,6 @@
+CONFIG_BT_INTEL=m
+CONFIG_BT_BCM=m
+CONFIG_BT_RTL=m
+CONFIG_BT_HCIBTUSB=m
+CONFIG_BT_HCIBTUSB_BCM=y
+CONFIG_BT_HCIBTUSB_RTL=y
diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg b/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg
index d4574700a..df5a871ef 100644
--- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg
+++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg
@@ -1,3 +1,4 @@
+CONFIG_I2C_MUX=y
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_DVB_USB_V2=m