Part Number: AM62L-PROCESSOR-SDK
Tool/software:
Hi ,
I have tested the EVM board and confirmed that all interfaces are functioning as expected. However, on my custom board, Bluetooth modules are not supported. As part of the customization, I attempted to disable all Bluetooth-related configurations through the defconfig. Despite this, I am still observing Bluetooth-related kernel prints and notice that the modules continue to auto-load during boot.
As a temporary measure, I tried blacklisting the modules, and that successfully prevented them from loading. However, since blacklisting is not permitted in our use case, I am looking for an alternative approach to ensure that no Bluetooth-related modules are loaded on the custom board.
Could you please advise if there are any known dependencies between various Bluetooth modules that might cause them to load indirectly when another is enabled? Additionally, it would be very helpful if you could provide a list of all related kernel configurations that should be explicitly set to n in the defconfig to guarantee that no Bluetooth functionality is included.
Any guidance or suggestions in this regard would be greatly appreciated.