Skip to content

Commit b8555fb

Browse files
halil-pasichcahca
authored andcommitted
s390/configs: Enable BLK_DEV_NULL_BLK as module
Enable BLK_DEV_NULL_BLK as module in defconfig and debug_defconfig, so the Null Test Block Device Driver can be easily used for testing purposes. Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent cab7d81 commit b8555fb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/s390/configs/debug_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ CONFIG_BLK_DEV_RAM_SIZE=32768
446446
CONFIG_VIRTIO_BLK=y
447447
CONFIG_BLK_DEV_RBD=m
448448
CONFIG_BLK_DEV_NVME=m
449+
CONFIG_BLK_DEV_NULL_BLK=m
449450
CONFIG_ENCLOSURE_SERVICES=m
450451
CONFIG_GENWQE=m
451452
CONFIG_RAID_ATTRS=m

arch/s390/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ CONFIG_BLK_DEV_RAM_SIZE=32768
436436
CONFIG_VIRTIO_BLK=y
437437
CONFIG_BLK_DEV_RBD=m
438438
CONFIG_BLK_DEV_NVME=m
439+
CONFIG_BLK_DEV_NULL_BLK=m
439440
CONFIG_ENCLOSURE_SERVICES=m
440441
CONFIG_GENWQE=m
441442
CONFIG_RAID_ATTRS=m

0 commit comments

Comments
 (0)