]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: sgi-ioc3: Turn Kconfig option into a bool
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 7 Dec 2020 14:14:46 +0000 (15:14 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Feb 2021 13:54:05 +0000 (13:54 +0000)
commit5f4a948e3e78333e5eed3f646d716955ab49a8b6
tree855302ab1c5a29c8e38b59ddc234470c671e2614
parent83f93fd45fabd100f3a9034dee6eca7b815652dd
mfd: sgi-ioc3: Turn Kconfig option into a bool

Module builds of ioc3 fail with following errors:

ERROR: "spurious_interrupt" [drivers/mfd/ioc3.ko] undefined!
ERROR: "pci_find_host_bridge" [drivers/mfd/ioc3.ko] undefined!

Exporting pci_find_host_bridge got rejected by maintainer, so easiest
fix is to disable module building, which even makes sense since both
SGI Origin and Octane always contain at least one IOC3 chip.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig