Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/20200528193113.17372-2-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Cc: Alexey Malahov <Alexey.Malahov@baikalelectronics.ru>
Cc: Olof Johansson <olof@lixom.net>
Cc: soc@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Serge Semin and committed by
Arnd Bergmann
22e795b4 dc20e93b

+1 -1
+1 -1
drivers/bus/Kconfig
··· 45 45 accessed via corresponding sysfs nodes. 46 46 47 47 config BT1_AXI 48 - tristate "Baikal-T1 AXI-bus driver" 48 + bool "Baikal-T1 AXI-bus driver" 49 49 depends on MIPS_BAIKAL_T1 || COMPILE_TEST 50 50 select MFD_SYSCON 51 51 help