mirror of
https://github.com/schoebel/mars
synced 2024-12-24 07:32:46 +00:00
infra: modinfo shows io driver type
This commit is contained in:
parent
8abf1a0928
commit
f129ae00e9
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user