diff options
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-kernel')
-rwxr-xr-x | meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | 1 | ||||
-rwxr-xr-x | meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/hciattach.cfg | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index 7da3e5c8a..ad297bec0 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -11,6 +11,7 @@ SRC_URI += " file://disable_delay_printk.patch \ file://0001-media-r820t-do-not-double-free-fe-tuner_priv-in-r820.patch \ file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \ file://0003-media-r820t-avoid-potential-memcpy-buffer-overflow-i.patch \ + file://hciattach.cfg \ " KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg" diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/hciattach.cfg b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/hciattach.cfg new file mode 100755 index 000000000..95ee2d7fc --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/hciattach.cfg @@ -0,0 +1,9 @@ +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_ATH3K=y +CONFIG_BT_HCIUART_LL=y +CONFIG_BT_HCIUART_3WIRE=y +CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_CP210X=y |