]> Git Repo - linux.git/commitdiff
bus: bt1-apb: Build the driver into the kernel
authorSerge Semin <[email protected]>
Thu, 28 May 2020 19:31:12 +0000 (22:31 +0300)
committerArnd Bergmann <[email protected]>
Thu, 28 May 2020 20:16:58 +0000 (22:16 +0200)
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]>
drivers/bus/Kconfig

index 030f0e59f193762f42c985cbe2326f803cec129c..18858f560d1fb422301cfc192d060a8e8d8a0f4c 100644 (file)
@@ -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
This page took 0.048177 seconds and 4 git commands to generate.