License: add Bluetooth LE support to the license guard
If ALLOW_BSD_COMPONENTS is not enabled in the license setup, Bluetooth LE support will be disabled Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
528d18ef26
commit
29bfbf8769
4
Kconfig
4
Kconfig
@ -20,6 +20,10 @@ config ALLOW_BSD_COMPONENTS
|
|||||||
NOTE: Please check that the license for each enabled
|
NOTE: Please check that the license for each enabled
|
||||||
component matches your project license.
|
component matches your project license.
|
||||||
|
|
||||||
|
NOTE: If this option is not set the following components
|
||||||
|
are not included in the setup menu:
|
||||||
|
Bluetooth LE support
|
||||||
|
|
||||||
config ALLOW_GPL_COMPONENTS
|
config ALLOW_GPL_COMPONENTS
|
||||||
bool "Use components that have GPL/LGPL licenses"
|
bool "Use components that have GPL/LGPL licenses"
|
||||||
default n
|
default n
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
menuconfig WIRELESS_BLUETOOTH
|
menuconfig WIRELESS_BLUETOOTH
|
||||||
bool "Bluetooth LE support"
|
bool "Bluetooth LE support"
|
||||||
default n
|
default n
|
||||||
|
depends on ALLOW_BSD_COMPONENTS
|
||||||
select MM_IOB
|
select MM_IOB
|
||||||
select SCHED_HPWORK
|
select SCHED_HPWORK
|
||||||
select SCHED_LPWORK
|
select SCHED_LPWORK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user