package/bluez5_utils: drop default y
as discussed on the mailinglist this drops the default y entry for the now optional plugins and tools. This might break backward compatibility but gives new users a smaller initial footprint. Further add a select for the options that required the HID plugin at runtime. Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
2245000fed
commit
78428b24a8
@ -39,7 +39,6 @@ config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_MONITOR
|
||||
bool "build monitor utility"
|
||||
default y
|
||||
help
|
||||
Build monitor utility btmon.
|
||||
|
||||
@ -70,7 +69,6 @@ config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO
|
||||
bool "build audio plugins (a2dp and avrcp)"
|
||||
default y
|
||||
help
|
||||
Build plugins for audio profiles (for A2DP and AVRCP).
|
||||
|
||||
@ -81,14 +79,12 @@ config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID
|
||||
bool "build hid plugin"
|
||||
default y
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
|
||||
help
|
||||
Build plugin for HID (input) profiles.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
|
||||
bool "build hog plugin"
|
||||
default y
|
||||
help
|
||||
Build plugin for HoG (input) profiles.
|
||||
|
||||
@ -130,6 +126,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS
|
||||
bool "build sixaxis plugin"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
|
||||
help
|
||||
Build sixaxis plugin (support Sony Dualshock
|
||||
controller)
|
||||
@ -145,6 +142,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_TEST
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_TOOLS_HID2HCI
|
||||
bool "build hid2hci tool"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
|
||||
help
|
||||
Build hid2hci tool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user