When my embedded Linux OS boots up the driver st_drv and btwilink are getting loaded ,But I need to load the modules in a specific order ,which is as follows..
- First load st_drv module (modprobe st_drv)
- Run a application called uim in /usr/sbin
- Load the btwilink module (modprobe btwilink)
I've looked /etc/modules or /etc/modules.conf file but no name of the above modules is present there
How can I disable these two driver/module loaded by the Kernel while booting itself?
NB: I use linux 3.12 kernel which uses Device tree