Why does IMX219 driver load automatically

Hi,

we configured the IMX219 driver as a module in tegra_defconfig file:

CONFIG_VIDEO_IMX219=m

in device tree the “status = “okay”;”

When the Jetson nano boots the module is automatically loaded. Why is this the case? other modules with the same configuration are not loaded automatically.

best regards

Michel

1 Like

Have try just remove the imx219.ko from the /lib/modules/4.9.140-tegra/modules.builtin list?

I removed it. still loads.