package/bluez5_utils: expose more disable options
authorMichael Nosthoff <buildroot@heine.tech>
Mon, 26 Jul 2021 20:12:42 +0000 (22:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 26 Jul 2021 20:16:34 +0000 (22:16 +0200)
commitfb9fc969d91f69851b4c70dba512b607e52bda7b
treef203e714f43c79b1fdac0de1405acb7310d0fff9
parent5c788892102f0e22c9b5694facca0576b09f5ef4
package/bluez5_utils: expose more disable options

BlueZ builds a lot of Classic BT profiles by default but allows
to disable them. This is especially handy when only BLE is needed
and enabled in the kernel.

Otherwise this yields warnings like this on bootup:

 profiles/network/bnep.c:bnep_init() kernel lacks bnep-protocol support
 src/plugin.c:plugin_init() System does not support network plugin

Also it allows to disable btmon which should not be needed on
production systems and is ~800KB in size.

Expose those options but default to 'y' to no break existing
configurations.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bluez5_utils/Config.in
package/bluez5_utils/bluez5_utils.mk