From b678c686af5962c8ceec4517aa27992c9ba2d47b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 21 Nov 2016 19:30:27 +0200 Subject: 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 --- meta-agl-bsp/meta-ti/recipes-kernel/linux/files/btusb.cfg | 6 ++++++ meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg | 1 + 2 files changed, 7 insertions(+) create mode 100644 meta-agl-bsp/meta-ti/recipes-kernel/linux/files/btusb.cfg (limited to 'meta-agl-bsp/meta-ti/recipes-kernel/linux/files') 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 -- cgit 1.2.3-korg