config_query  FT2_BYTECODE "Enable bytecode interpreter?" y &&
config_query  FT2_SUBPIXEL "Enable LCD subpixel rendering enhancements (patented in some countries)?" n &&

if [[ $FT2_SUBPIXEL == y ]]; then
  config_query_list FT2_FIR_FILTER  "Force fir filtering (reduces color bands)?" light legacy none
fi
