aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Semin <[email protected]>2020-05-28 22:31:12 +0300
committerArnd Bergmann <[email protected]>2020-05-28 22:16:58 +0200
commitdc20e93b935e43e9315128626f20962039fda7d9 (patch)
tree66dba6dd305e4dcc576be84a93a75e4af7d17344
parent91920088536fa1cf01ceedbfb96219699d088756 (diff)
bus: bt1-apb: Build the driver into the kernel
Seeing trigger_all_cpu_backtrace() isn't exported from the kernel and since calling it is a very important part of driver, which may provide a better description of a possible cause of the error, let's disable the ability to build the driver as a loadable kernel module. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Serge Semin <[email protected]> Cc: Alexey Malahov <[email protected]> Cc: Olof Johansson <[email protected]> Cc: [email protected] Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--drivers/bus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 030f0e59f193..18858f560d1f 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -30,7 +30,7 @@ config BRCMSTB_GISB_ARB
and internal bus master decoding.
config BT1_APB
- tristate "Baikal-T1 APB-bus driver"
+ bool "Baikal-T1 APB-bus driver"
depends on MIPS_BAIKAL_T1 || COMPILE_TEST
select REGMAP_MMIO
help