mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
9192008853
commit
dc20e93b93
@ -30,7 +30,7 @@ config BRCMSTB_GISB_ARB
|
|||||||
and internal bus master decoding.
|
and internal bus master decoding.
|
||||||
|
|
||||||
config BT1_APB
|
config BT1_APB
|
||||||
tristate "Baikal-T1 APB-bus driver"
|
bool "Baikal-T1 APB-bus driver"
|
||||||
depends on MIPS_BAIKAL_T1 || COMPILE_TEST
|
depends on MIPS_BAIKAL_T1 || COMPILE_TEST
|
||||||
select REGMAP_MMIO
|
select REGMAP_MMIO
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user