diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2020-05-28 22:31:12 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-28 23:16:58 +0300 |
commit | dc20e93b935e43e9315128626f20962039fda7d9 (patch) | |
tree | 66dba6dd305e4dcc576be84a93a75e4af7d17344 /drivers/bus/Kconfig | |
parent | 91920088536fa1cf01ceedbfb96219699d088756 (diff) | |
download | linux-dc20e93b935e43e9315128626f20962039fda7d9.tar.xz |
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>
Diffstat (limited to 'drivers/bus/Kconfig')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 030f0e59f193..18858f560d1f 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -30,7 +30,7 @@ config BRCMSTB_GISB_ARB and internal bus master decoding. config BT1_APB - tristate "Baikal-T1 APB-bus driver" + bool "Baikal-T1 APB-bus driver" depends on MIPS_BAIKAL_T1 || COMPILE_TEST select REGMAP_MMIO help |