The answers in Are driver modules loaded and unloaded automatically? describe how Linux kernel modules are auto loaded at boot based on the hardware in the system.
My question is, can this be short circuited? In other words, how can I ensure that the auto load doesn't take place for the LKM's I'm writing, so that I can do the loading manually during early testing phase?