Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

s390/Kconfig: Make modules sanity test a module-only option

The modules sanity test must be built as a module to actually exercise
module loading. Require KUNIT && m to prevent built-in builds and avoid
misuse, so it is either 'n' or 'm'.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>

+1 -1
+1 -1
arch/s390/Kconfig
··· 1024 1024 1025 1025 config S390_MODULES_SANITY_TEST 1026 1026 def_tristate n 1027 - depends on KUNIT 1027 + depends on KUNIT && m 1028 1028 default KUNIT_ALL_TESTS 1029 1029 prompt "Enable s390 specific modules tests" 1030 1030 select S390_MODULES_SANITY_TEST_HELPERS