If you want to add a “Configure” link to a module’s entry in the ‘Administration » Modules’ page, add the following line to a module’s “.info” file:
configure = path/to/admin/page
This path’ll be in your hook_menu() implementation.
Thanks to this bug report I found https://drupal.org/node/1582464