config_query_option  ZZUB_BUZZ2ZUB         \
                     "Compile buzz2zzub?"  \
                     n                     \
                     "BUZZ2ZZUB=True"      \
                     "BUZZ2ZZUB=False"     &&

# Breaks
#config_query_option  ZZUB_BMPCCM         \
#                     "Compile bmp-ccm?"  \
#                     n                   \
#                     "BMPCCM=True"       \
#                     "BMPCCM=False"      &&

config_query_option  ZZUB_LUNAR                \
                     "Support Lunar plugins?"  \
                     y                         \
                     "LUNAR=True"              \
                     "LUNAR=False"             &&

config_query_option  ZZUB_OSS        \
                     "Support OSS?"  \
                     n               \
                     "OSS=True"      \
                     "OSS=False"     &&

config_query_option  ZZUB_MP3                           \
                     "Support loading of MP3 samples?"  \
                     y                                  \
                     "MP3=True"                         \
                     "MP3=False"                        &&

config_query_option  ZZUB_SSE                     \
                     "Support SSE instructions?"  \
                     n                            \
                     "SSE=True"                   \
                     "SSE=False"                  &&

config_query_option  ZZUB_SSE2                     \
                     "Support SSE2 instructions?"  \
                     n                             \
                     "SSE2=True"                   \
                     "SSE2=False"
