commit | ed7263bf6b91d4542573d2f44ed742a2acf542df | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Oct 05 10:12:44 2020 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Oct 05 19:33:02 2020 -0700 |
tree | 804a6b022df0e890be4375cbf8ada3db27fb9a84 | |
parent | 680ec0bad729e2cae0d92df40400bbd52f7d411e [diff] |
bluetooth: add dep on !SMP The BT code uses co-op thread priorities to implement some critical sections. This won't work with SMP turned on. Express this in our configuration ontology, so that it's not possible for the end user to set up the system in this way and get crashes or odd behavior. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>