diff options
author | Nathan Illerbrun <nathani@validmanufacturing.com> | 2017-01-05 13:46:13 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-01 16:08:46 +0000 |
commit | 8b24197f0938106afb6811a1848f5d5f3bef4237 (patch) | |
tree | 405deafbf77495ce2c93a6588e3f9577a75a02ba /meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/btusb.cfg | |
parent | 496925b6a16444c816b3ea24b6de4e53650084e6 (diff) |
Append kernel recipe to support config fragments and add common kernel config fragments
Add machine template for nitrogen6x
Change-Id: I63df939008a36d125f80d74d461453c63386e24e
Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com>
Diffstat (limited to 'meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/btusb.cfg')
-rw-r--r-- | meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/btusb.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/btusb.cfg b/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/btusb.cfg new file mode 100644 index 000000000..9c2a82d99 --- /dev/null +++ b/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/btusb.cfg @@ -0,0 +1,4 @@ +CONFIG_BT_INTEL=m +CONFIG_BT_BCM=m +CONFIG_BT_HCIBTUSB=m +CONFIG_BT_HCIBTUSB_BCM=y
\ No newline at end of file |