config: blk-dev-throttling

- blk-dev-throttling is recommended for Docker (in docker use case).
Enabling.

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst
2019-09-12 14:15:37 -07:00
parent 797dd5c16d
commit 8ab7c3dc77
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
CONFIG_BLK_DEV_INITRD=y
# Recommended for Docker
CONFIG_BLK_DEV_THROTTLING=y
# Required for hotplug block devices into Kata, using SCSI
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_BSG=y

View File

@@ -1 +1 @@
50
51