config_query_option BLUEZOPTS "Enable debug information?" n "--enable-debug" "--disable-debug" &&
config_query_option BLUEZOPTS "Build HID daemon?" n "--enable-hidd" "--disable-hidd" &&
config_query_option BLUEZOPTS "Build PAN daemon?" n "--enable-pand" "--disable-pand" &&
config_query_option BLUEZOPTS "Build DUN daemon?" n "--enable-dund" "--disable-dund" &&
config_query_option BLUEZOPTS "Build the utilities?" y "--enable-tools" "--disable-tools" &&
config_query_option BLUEZOPTS "Build the test programs?" n "--enable-test" "--disable-test" &&
config_query_option BLUEZOPTS "Build HID mode switching utility?" n "--enable-hid2hci" "--disable-hid2hci" &&
config_query_option BLUEZOPTS "Build DFU firmware upgrade utility?" n "--enable-dfutool" "--disable-dfutool" &&
config_query_option BLUEZOPTS "Build BCCMD interface utility?" n "--enable-bccmd" "--disable-bccmd" &&
config_query_option BLUEZOPTS "Install Bluetooth configuration files?" y "--enable-datafiles" "--disable-datafiles" &&
#config_query_option BLUEZOPTS "Install udev rules?" y "--enable-udevrules" "--disable-udevrules" &&
config_query_option BLUEZOPTS "Install PCMCIA serial script?" n "--enable-pcmcia" "--disable-pcmcia" &&
config_query_option BLUEZOPTS "Build the input plugin?" n "--enable-input" "--disable-input" &&
config_query_option BLUEZOPTS "Build the network plugin?" n "--enable-network" "--disable-network" &&
config_query_option BLUEZOPTS "Build the sap plugin?" n "--enable-sap" "--disable-sap" &&
config_query_option BLUEZOPTS "Build the serial plugin?" n "--enable-serial" "--disable-serial" &&
config_query_option BLUEZOPTS "Build the audio plugin?" n "--enable-audio" "--disable-audio" &&
config_query_option BLUEZOPTS "Build the service plugin?" n "--enable-service" "--disable-service" &&
config_query_option BLUEZOPTS "Build the health plugin?" n "--enable-health" "--disable-health" &&
config_query_option BLUEZOPTS "Build the pnat plugin?" n "--enable-pnat" "--disable-pnat" &&
config_query_option BLUEZOPTS "Build the GATT plugin?" n "--enable-gatt" "--disable-gatt" &&
config_query_option BLUEZOPTS "Build the maemo6 plugin?" n "--enable-maemo6" "--disable-maemo6" &&
config_query_option BLUEZOPTS "Build the D-Bus OOB plugin?" n "--enable-dbusoob" "--disable-dbusoob" &&
config_query_option BLUEZOPTS "Build the Wii Remote plugin?" n "--enable-wiimote" "--disable-wiimote"
