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 interface?" n \
                                "--with-maemo" "" &&

config_query_option RADARE_OPTS "Enable the win32 framework (mingw32)?" n \
                                "--enable-w32" ""
