The Arch wiki has a great doc on kernel modules. You've already found the kernel module you need. In order to load it automatically at every boot, take a look at "Automatic module loading", 2.1 systemd.
To pass the parameter you want for ec_sys
, see the "Setting module options" section 4.2. Once you've set up the file with your module and parameters, reboot the system. Make sure it's loaded with
lsmod | grep ec_sys
If the module is returned, you know it's loaded. Once it's loaded, you should be able to run the installer for MControlCenter and run the program itself. Let us know how it goes.