aboutsummaryrefslogtreecommitdiffstats
path: root/features/bluetooth
AgeCommit message (Collapse)Author
2020-03-09kver: update -dev to v5.6-rc5Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2017-05-22bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependenciesAlejandro Hernandez
Several configurations need the previously mentioned dependencies: BT_LE is nedded by BT_6LOWPAN BT_BREDR is needed by: BT_RFCOMM, BT_RFCOMM_TTY (secondary), BT_BNEP, BT_BNEP_MC_FILTER (secondary), BNEP_PROTO_FILTER (secondary), BT_CMTP, BT_HIDP [YOCTO #10425] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-20features: Fix dependencies and =m vs =y discrepancies for corei7California Sullivan
I missed these in my first pass. This should fix the remaining warnings that occur with the intel-corei7-64 configurations. The ISDN configurations might need to be broken out into their own feature but for now just enable them as dependencies for BT_CMTP. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-18features: Add 6lowpan feature and add it where necessaryCalifornia Sullivan
For now just add the minimum configuration necessary to support other 6LoWPAN options we are already trying to enable. Fixes some configuration warnings that occur due to missing dependencies. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-04-20meta: features/bluetooth: add support for USB Bluetooth hardwareCristian Iorga
Add support for USB-based generic Bluetooth hardware modules. Partial fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-04-11meta: features/bluetooth: add more configurations for Bluetooth supportCristian Iorga
Adding only CONFIG_BT for Bluetooth support does not enable a lot of the basic support expected from a Bluetooth stack, so adding more generic Bluetooth support. Partial fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-19meta: features/bluetooth: add configuration fragment for Bluetooth supportMax Eliaser
Instead of adding CONFIG_BT directly to configuration fragments for various BSPs, it's better to put it in its own fragment which can then be included elsewhere. This commit also adds the new features/bluetooth/bluetooth.scc to intel-common-standard.scc, although CONFIG_BT has not been removed from anywhere else yet for compatibility reasons. This mostly resolves [YOCTO #1830], and removing other uses of CONFIG_BT will resolve it completely. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>