]> git.baikalelectronics.ru Git - kernel.git/commit
init/Kconfig: make COMPILE_TEST depend on !S390
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 18 Nov 2020 20:32:33 +0000 (21:32 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 20 Nov 2020 18:19:12 +0000 (19:19 +0100)
commit38e1586f1c64dbfee1defd60348ba793f4121077
treef6c06b9168650a6ce62dc0eb700e31d8e1dc2fe4
parent9bb97ff9f1ec32403d851e8a5f00a74435cbdae8
init/Kconfig: make COMPILE_TEST depend on !S390

While allmodconfig and allyesconfig build for s390 there are also
various bots running compile tests with randconfig, where PCI is
disabled. This reveals that a lot of drivers should actually depend on
HAS_IOMEM.
Adding this to each device driver would be a never ending story,
therefore just disable COMPILE_TEST for s390.

The reasoning is more or less the same as described in
commit af5b793fb981 ("init/Kconfig: make COMPILE_TEST depend on !UML").

Reported-by: kernel test robot <lkp@intel.com>
Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
init/Kconfig