]> Git Repo - linux.git/commitdiff
bus: bt1-axi: Build the driver into the kernel
authorSerge Semin <[email protected]>
Thu, 28 May 2020 19:31:13 +0000 (22:31 +0300)
committerArnd Bergmann <[email protected]>
Thu, 28 May 2020 20:17:02 +0000 (22:17 +0200)
Alas the method trigger_all_cpu_backtrace() isn't exported by the
kernel, but we need to have it called in case of the bus errors detected
to get a better description of a possible cause of the error. Let's
disable the ability to build the driver as a loadable kernel module then.
Note In future the driver will support the AXI-bus interconnect capability,
so we'd have to make it built into the kernel anyway.

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 18858f560d1fb422301cfc192d060a8e8d8a0f4c..4be793c5ab4dcb1adda9f904b361304adce14637 100644 (file)
@@ -45,7 +45,7 @@ config BT1_APB
          accessed via corresponding sysfs nodes.
 
 config BT1_AXI
-       tristate "Baikal-T1 AXI-bus driver"
+       bool "Baikal-T1 AXI-bus driver"
        depends on MIPS_BAIKAL_T1 || COMPILE_TEST
        select MFD_SYSCON
        help
This page took 0.060683 seconds and 4 git commands to generate.