config_query_option BLUEZ5_OPTS "Build and install Bluetooth library?" n \
                                "--enable-library" \
                                "--disable-library" &&

config_query_option BLUEZ5_OPTS "Enable NFC pairing?" n \
                                "--enable-nfc" \
                                "--disable-nfc" &&

config_query_option BLUEZ5_OPTS "Enable SAP profile?" n \
                                "--enable-sap" \
                                "--disable-sap" &&

config_query_option BLUEZ5_OPTS "Enable Health profile?" n \
                                "--enable-health" \
                                "--disable-health" &&

config_query_option BLUEZ5_OPTS "Enable MIDI support?" n \
                                "--enable-midi" \
                                "--disable-midi" &&

config_query_option BLUEZ5_OPTS "Enable Testing tools?" n \
                                "--enable-testing" \
                                "--disable-testing" &&

config_query_option BLUEZ5_OPTS "Enable Experimental tools?" n \
                                "--enable-experimental" \
                                "--disable-experimental" &&

config_query_option BLUEZ5_OPTS "Enable Deprecated tools?" n \
                                "--enable-deprecated" \
                                "--disable-deprecated"
