#
# Plug and Play configuration
#

mainmenu_option next_comment
comment 'Plug and Play support'
 
bool 'Plug and Play support' CONFIG_PNP

if [ "$CONFIG_PNP" = "y" ]; then
  if [ "$CONFIG_PARPORT" != "n" ]; then
    dep_tristate '  Auto-probe for parallel devices' CONFIG_PNP_PARPORT $CONFIG_PARPORT
  fi
fi

endmenu
