diff options
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.cfg | 6 | ||||
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-kernel/linux/files/rtl_sdr.cfg | 1 |
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 |