Skip to content

Commit 22e795b

Browse files
fancerarndb
authored andcommitted
bus: bt1-axi: Build the driver into the kernel
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]>
1 parent dc20e93 commit 22e795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ config BT1_APB
4545
accessed via corresponding sysfs nodes.
4646

4747
config BT1_AXI
48-
tristate "Baikal-T1 AXI-bus driver"
48+
bool "Baikal-T1 AXI-bus driver"
4949
depends on MIPS_BAIKAL_T1 || COMPILE_TEST
5050
select MFD_SYSCON
5151
help

0 commit comments

Comments
 (0)