diff options
author | Scott Murray <scott.murray@konsulko.com> | 2016-11-21 19:30:27 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-22 16:01:24 +0000 |
commit | b678c686af5962c8ceec4517aa27992c9ba2d47b (patch) | |
tree | aff7d42881de0d67fc3618955197c3e9d4e27672 /meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg | |
parent | 6d66150b353ae2b14b093d8cec29785916154746 (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/rtl_sdr.cfg')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 |