]> git.baikalelectronics.ru Git - kernel.git/commit
bus: bt1-axi: Build the driver into the kernel
authorBaikal Electronics <support@baikalelectronics.ru>
Thu, 28 May 2020 19:31:13 +0000 (22:31 +0300)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2020 20:17:02 +0000 (22:17 +0200)
commit8abfac94a7e7fc5b41bd06fa645f1ff0c045097b
tree1f7667b5f6759ba09699a513dda1c3b07a8c0a0b
parent73e3418d4b9c59bb71372bea4d6fb4d4abef4c26
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>
drivers/bus/Kconfig