bus: bt1-apb: Build the driver into the kernel
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Thu, 28 May 2020 19:31:12 +0000 (22:31 +0300)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2020 20:16:58 +0000 (22:16 +0200)
commitdc20e93b935e43e9315128626f20962039fda7d9
tree66dba6dd305e4dcc576be84a93a75e4af7d17344
parent91920088536fa1cf01ceedbfb96219699d088756
bus: bt1-apb: Build the driver into the kernel

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/20200528193113.17372-1-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