We integrated your Microchip kernel into our custom Linux distribution.
During development we we had the situation that MCHP_MRP was set to n which results in many undefined references to your mrp API. After enabling MCHP_MRP=y this was gone. It seems that some microchip drivers are depending on MCHP_MRP which is not covered by kconfig.
We integrated your Microchip kernel into our custom Linux distribution.
During development we we had the situation that
MCHP_MRPwas set tonwhich results in many undefined references to yourmrpAPI. After enablingMCHP_MRP=ythis was gone. It seems that some microchip drivers are depending onMCHP_MRPwhich is not covered bykconfig.