Message ID | 20200528193113.17372-1-Sergey.Semin@baikalelectronics.ru (mailing list archive) |
---|---|
State | Mainlined |
Commit | dc20e93b935e43e9315128626f20962039fda7d9 |
Headers | show |
Series | [1/2] bus: bt1-apb: Build the driver into the kernel | expand |
Hello: This series was applied to soc/soc.git (refs/heads/for-next). On Thu, 28 May 2020 22:31:12 +0300 you wrote: > 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. > > 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 > > [...] Here is a summary with links: - [1/2] bus: bt1-apb: Build the driver into the kernel https://git.kernel.org/soc/soc/c/dc20e93b935e43e9315128626f20962039fda7d9 - [2/2] bus: bt1-axi: Build the driver into the kernel https://git.kernel.org/soc/soc/c/22e795b470aebef4c01346e3b43e0af49c7638be You are awesome, thank you!
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
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. 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 --- drivers/bus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)