How to pass / set values to paremeters of a module when it is a built-in in linux? Hor example, consider the usb gadget g_mass-storage module. When it is compiled as a module (.ko) we can append the file name to the module as:
modprobe g_file_storage file=/abc/xyz
How to feed file info when it is compiled as a built-in??