Skip to content

Commit 31880cf

Browse files
kuba-mooNipaLocal
authored andcommitted
disable random kunit tests [local patch]
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: NipaLocal <nipa@local>
1 parent b794af4 commit 31880cf

File tree

12 files changed

+0
-34
lines changed

12 files changed

+0
-34
lines changed

drivers/clk/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,15 +536,13 @@ source "drivers/clk/zynqmp/Kconfig"
536536
config CLK_KUNIT_TEST
537537
tristate "Basic Clock Framework Kunit Tests" if !KUNIT_ALL_TESTS
538538
depends on KUNIT
539-
default KUNIT_ALL_TESTS
540539
select DTC
541540
help
542541
Kunit tests for the common clock framework.
543542

544543
config CLK_FIXED_RATE_KUNIT_TEST
545544
tristate "Basic fixed rate clk type KUnit test" if !KUNIT_ALL_TESTS
546545
depends on KUNIT
547-
default KUNIT_ALL_TESTS
548546
select DTC
549547
help
550548
KUnit tests for the basic fixed rate clk type.
@@ -553,14 +551,12 @@ config CLK_GATE_KUNIT_TEST
553551
tristate "Basic gate type Kunit test" if !KUNIT_ALL_TESTS
554552
depends on KUNIT
555553
depends on !S390
556-
default KUNIT_ALL_TESTS
557554
help
558555
Kunit test for the basic clk gate type.
559556

560557
config CLK_FD_KUNIT_TEST
561558
tristate "Basic fractional divider type Kunit test" if !KUNIT_ALL_TESTS
562559
depends on KUNIT
563-
default KUNIT_ALL_TESTS
564560
help
565561
Kunit test for the clk-fractional-divider type.
566562

drivers/firewire/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ config FIREWIRE
2121
config FIREWIRE_KUNIT_UAPI_TEST
2222
tristate "KUnit tests for layout of structure in UAPI" if !KUNIT_ALL_TESTS
2323
depends on FIREWIRE && KUNIT
24-
default KUNIT_ALL_TESTS
2524
help
2625
This builds the KUnit tests whether structures exposed to user
2726
space have expected layout.
@@ -37,7 +36,6 @@ config FIREWIRE_KUNIT_UAPI_TEST
3736
config FIREWIRE_KUNIT_DEVICE_ATTRIBUTE_TEST
3837
tristate "KUnit tests for device attributes" if !KUNIT_ALL_TESTS
3938
depends on FIREWIRE && KUNIT
40-
default KUNIT_ALL_TESTS
4139
help
4240
This builds the KUnit tests for device attribute for node and
4341
unit.
@@ -53,7 +51,6 @@ config FIREWIRE_KUNIT_DEVICE_ATTRIBUTE_TEST
5351
config FIREWIRE_KUNIT_PACKET_SERDES_TEST
5452
tristate "KUnit tests for packet serialization/deserialization" if !KUNIT_ALL_TESTS
5553
depends on FIREWIRE && KUNIT
56-
default KUNIT_ALL_TESTS
5754
help
5855
This builds the KUnit tests for packet serialization and
5956
deserialization.
@@ -69,7 +66,6 @@ config FIREWIRE_KUNIT_PACKET_SERDES_TEST
6966
config FIREWIRE_KUNIT_SELF_ID_SEQUENCE_HELPER_TEST
7067
tristate "KUnit tests for helpers of self ID sequence" if !KUNIT_ALL_TESTS
7168
depends on FIREWIRE && KUNIT
72-
default KUNIT_ALL_TESTS
7369
help
7470
This builds the KUnit tests for helpers of self ID sequence.
7571

@@ -95,7 +91,6 @@ config FIREWIRE_OHCI
9591
config FIREWIRE_KUNIT_OHCI_SERDES_TEST
9692
tristate "KUnit tests for serialization/deserialization of data in buffers/registers" if !KUNIT_ALL_TESTS
9793
depends on FIREWIRE && KUNIT
98-
default KUNIT_ALL_TESTS
9994
help
10095
This builds the KUnit tests to check serialization and deserialization
10196
of data in buffers and registers defined in 1394 OHCI specification.

drivers/firmware/cirrus/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ config FW_CS_DSP_KUNIT_TEST_UTILS
1010
config FW_CS_DSP_KUNIT_TEST
1111
tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
1212
depends on KUNIT && REGMAP && FW_CS_DSP
13-
default KUNIT_ALL_TESTS
1413
select FW_CS_DSP_KUNIT_TEST_UTILS
1514
help
1615
This builds KUnit tests for cs_dsp.

drivers/fpga/tests/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
config FPGA_KUNIT_TESTS
22
tristate "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS
33
depends on FPGA && FPGA_REGION && FPGA_BRIDGE && KUNIT=y
4-
default KUNIT_ALL_TESTS
54
help
65
This builds unit tests for the FPGA subsystem
76

drivers/gpu/drm/vc4/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ config DRM_VC4_KUNIT_TEST
4343
tristate "KUnit tests for VC4" if !KUNIT_ALL_TESTS
4444
depends on DRM_VC4 && KUNIT
4545
select DRM_KUNIT_TEST_HELPERS
46-
default KUNIT_ALL_TESTS
4746
help
4847
This builds unit tests for the VC4 DRM/KMS driver. This option is
4948
not useful for distributions or general kernels, but only for kernel

drivers/gpu/drm/xe/Kconfig.debug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ config DRM_XE_DEBUG_MEM
7676
config DRM_XE_KUNIT_TEST
7777
tristate "KUnit tests for the drm xe driver" if !KUNIT_ALL_TESTS
7878
depends on DRM_XE && KUNIT && DEBUG_FS
79-
default KUNIT_ALL_TESTS
8079
select DRM_EXPORT_FOR_TESTS if m
8180
help
8281
Choose this option to allow the driver to perform selftests under

drivers/hid/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,6 @@ config HID_KUNIT_TEST
14031403
depends on KUNIT
14041404
depends on HID_BATTERY_STRENGTH
14051405
depends on HID_UCLOGIC
1406-
default KUNIT_ALL_TESTS
14071406
help
14081407
This builds unit tests for HID. This option is not useful for
14091408
distributions or general kernels, but only for kernel

fs/bcachefs/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ config MEAN_AND_VARIANCE_UNIT_TEST
115115
tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS
116116
depends on KUNIT
117117
depends on BCACHEFS_FS
118-
default KUNIT_ALL_TESTS
119118
help
120119
This option enables the kunit tests for mean_and_variance module.
121120
If unsure, say N.

fs/ext4/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ config EXT4_DEBUG
104104
config EXT4_KUNIT_TESTS
105105
tristate "KUnit tests for ext4" if !KUNIT_ALL_TESTS
106106
depends on EXT4_FS && KUNIT
107-
default KUNIT_ALL_TESTS
108107
help
109108
This builds the ext4 KUnit tests.
110109

fs/fat/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ config FAT_DEFAULT_UTF8
121121
config FAT_KUNIT_TEST
122122
tristate "Unit Tests for FAT filesystems" if !KUNIT_ALL_TESTS
123123
depends on KUNIT && FAT_FS
124-
default KUNIT_ALL_TESTS
125124
help
126125
This builds the FAT KUnit tests
127126

0 commit comments

Comments
 (0)