File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
764774config SCSI_IBMVFC_TRACE
765775 bool "enable driver internal trace"
766776 depends on SCSI_IBMVFC
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi.o
33obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o
4+ obj-$(CONFIG_SCSI_IBMVFC_KUNIT_TEST) += ibmvfc_kunit.o
You can’t perform that action at this time.
0 commit comments