Skip to content

Commit dc20e93

Browse files
fancerarndb
authored andcommitted
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/[email protected] Signed-off-by: Serge Semin <[email protected]> Cc: Alexey Malahov <[email protected]> Cc: Olof Johansson <[email protected]> Cc: [email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 9192008 commit dc20e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config BRCMSTB_GISB_ARB
3030
and internal bus master decoding.
3131

3232
config BT1_APB
33-
tristate "Baikal-T1 APB-bus driver"
33+
bool "Baikal-T1 APB-bus driver"
3434
depends on MIPS_BAIKAL_T1 || COMPILE_TEST
3535
select REGMAP_MMIO
3636
help

0 commit comments

Comments
 (0)