]> git.proxmox.com Git - mirror_ubuntu-focal-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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 23 Apr 2021 10:01:43 +0000 (12:01 +0200)
commit0a4fea057ef557faa30227b785af346f52788b05
treea58151b4200a1f9a2bd25e4e7c5bce02273e6266
parentdbab851e393cbe1579db253f60bdf1f71594aa78
init/Kconfig: make COMPILE_TEST depend on !S390

BugLink: https://bugs.launchpad.net/bugs/1923874
commit 334ef6ed06fa1a54e35296b77b693bcf6d63ee9e upstream.

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 bc083a64b6c0 ("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>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
init/Kconfig