diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-24 12:10:34 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-27 14:04:08 -0700 |
commit | 707a4cdf86e5d6a2c4fad51fb98a6ff3425f820e (patch) | |
tree | 96cffd2408a2846616de0602571ec9e88ca49a96 /drivers/bus/Kconfig | |
parent | 6e42e16a42c4669d2eb23d6ba3714e03c4c1e387 (diff) | |
download | lwn-707a4cdf86e5d6a2c4fad51fb98a6ff3425f820e.tar.gz lwn-707a4cdf86e5d6a2c4fad51fb98a6ff3425f820e.zip |
bus: brcmstb_gisb: Allow building as module
Allow building the Broadcom STB GISB arbiter driver as a module, however
similar to interrupt controller drivers, don't allow its unbind/removal
since it is not quite prepared for that and we want it to catch bus
errors all the time.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/bus/Kconfig')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index a5b96f3aad67..9cfeae3fc244 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -30,7 +30,7 @@ config ARM_INTEGRATOR_LM found on the ARM Integrator AP (Application Platform) config BRCMSTB_GISB_ARB - bool "Broadcom STB GISB bus arbiter" + tristate "Broadcom STB GISB bus arbiter" depends on ARM || ARM64 || MIPS default ARCH_BRCMSTB || BMIPS_GENERIC help |