aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-12-07 15:14:46 +0100
committerLee Jones <lee.jones@linaro.org>2021-02-08 13:54:05 +0000
commitcd2b909bfb91e45f3faac08766230d9fad12cc28 (patch)
tree855302ab1c5a29c8e38b59ddc234470c671e2614 /drivers/mfd
parentmfd: altera-sysmgr: Fix physical address storing more (diff)
downloadlinux-dev-cd2b909bfb91e45f3faac08766230d9fad12cc28.tar.xz
linux-dev-cd2b909bfb91e45f3faac08766230d9fad12cc28.zip
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index bdfce7b15621..79274fc49f36 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -2129,7 +2129,7 @@ config RAVE_SP_CORE
device found on several devices in RAVE line of hardware.
config SGI_MFD_IOC3
- tristate "SGI IOC3 core driver"
+ bool "SGI IOC3 core driver"
depends on PCI && MIPS && 64BIT
select MFD_CORE
help