Skip to content

Commit 2b72c0a

Browse files
author
Fox Snowpatch
committed
1 parent 5c2c0ba commit 2b72c0a

5 files changed

Lines changed: 961 additions & 39 deletions

File tree

drivers/scsi/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,16 @@ config SCSI_IBMVFC
761761
To compile this driver as a module, choose M here: the
762762
module will be called ibmvfc.
763763

764+
config SCSI_IBMVFC_KUNIT_TEST
765+
tristate "KUnit tests for the IBM POWER Virtual FC Client" if !KUNIT_ALL_TESTS
766+
depends on SCSI_IBMVFC && KUNIT
767+
default KUNIT_ALL_TESTS
768+
help
769+
Compile IBM POWER Virtual FC client KUnit tests.
770+
771+
To compile this driver as a module, choose M here: the
772+
module will be called ibmvfc_kunit.
773+
764774
config SCSI_IBMVFC_TRACE
765775
bool "enable driver internal trace"
766776
depends on SCSI_IBMVFC

drivers/scsi/ibmvscsi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi.o
33
obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o
4+
obj-$(CONFIG_SCSI_IBMVFC_KUNIT_TEST) += ibmvfc_kunit.o

0 commit comments

Comments
 (0)