Disabling on-board sensors for target board Cube Orange

I have to disable or deactivate the internal sensors of the above board INS/IMU. So how to configure in the ardupilot main build system during the firmware build process, after integration with my own custom INS Driver. Please assist, here in EAHRS (.cpp and .h) files there are some selective macro options for different third party selections, but how can that option linked with my driver, there i need assist in ??

No need to do that at compile time. The sensors can be disabled at run-time using the parameter: INS_IMU_USEx

Hello there seems to be no parameter under INS_IMU_USE: Please help

Is there any other way around to disable the sensor during compile time only, as its our requirement

It is there
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.4.2.html#ins-use-use-first-imu-for-attitude-velocity-and-position-estimates

And on compile time use: custom.ardupilot.org