infra: modinfo shows io driver type

This commit is contained in:
Thomas Schoebel-Theuer 2017-05-09 08:52:11 +02:00
parent 8abf1a0928
commit f129ae00e9
1 changed files with 5 additions and 0 deletions

View File

@ -5854,6 +5854,11 @@ MODULE_INFO(prepatch, "has_prepatch");
#else
MODULE_INFO(prepatch, "no_prepatch");
#endif
#ifdef ENABLE_MARS_AIO
MODULE_INFO(io_driver, "aio");
#else
MODULE_INFO(io_driver, "sio");
#endif
#ifndef CONFIG_MARS_DEBUG
MODULE_INFO(debug, "production");