config_query_option RADARE_OPTS "Build non-free components?" n \
                                "" "--without-nonfree" &&

config_query_option RADARE_OPTS "Enable the build of the libusb sniffer?" y \
                                "" "--without-usb-sniffer" &&

config_query_option RADARE_OPTS "Enable the debugger layer?" y \
                                "" "--without-debugger" &&

config_query_option RADARE_OPTS "Build the java api?" n \
                                "--with-java" "" &&

config_query_option RADARE_OPTS "Build the wii plugin for usbgecko?" n \
                                "--with-wii" "" &&

config_query_option RADARE_OPTS "Build the syscall proxy plugin?" n \
                                "--with-sysproxy" "" &&

config_query_option RADARE_OPTS "Build hildon (maemo) interface?" n \
                                "--with-maemo" ""
