ANDROID: turn more configs for microdroid kernel
Turning IO scheduler off, as the actual scheduling is done on the host
side. Following configs are explicitly or implicitly turned off.
* CONFIG_BLK_ICQ
* CONFIG_MQ_IOSCHED_DEADLINE
* CONFIG_MQ_IOSCHED_KYBER
* CONFIG_IOSCHED_BFQ
Support for zoned storage are removed.
* CONFIG_BLK_DEV_ZONED
* CONFIG_BLK_DEBUG_FS_ZONED
* CONFIG_DM_ZONED
* CONFIG_ZONEFS_FS
Other unnecessary features are also removed.
* CONFIG_BLOCK_LEGACY_AUTOLOAD
Bug: 407854766
Test: run microdroid with the new kernel
Change-Id: I65f8c84dcb9cc4fefca84936e5d97d5e53b631d6
Signed-off-by:
Jiyong Park <jiyong@google.com>
Loading
Please sign in to comment