Uh oh!
There was an error while loading. Please reload this page.
boards: ace30: select DRC as a loadable module - #9814
Conversation
This will allow to test PTL loadable module in CI Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
| CONFIG_COMP_ARIA=y | ||
| CONFIG_COMP_CHAIN_DMA=y | ||
| CONFIG_COMP_DRC=y | ||
| CONFIG_COMP_DRC=m |
There was a problem hiding this comment.
I think we want to move all supported components to "m" for PTL, we need CI support for the "openmodules" library for that
There was a problem hiding this comment.
@lgirdwood The question is only about the CI. QuickBuild seems to be fine with this, Jenkins should be too, we're already testing DRC as a module on LNL and hopefully this is done in a generic way, so that other platforms can use it too. But now that zephyrproject-rtos/zephyr#84911 has been merged, we can proceed with #9804 (in steps) and that PR contains 084c868 which switches all modules on, including DRC, so we can just use that
There was a problem hiding this comment.
ok, so lets close this one
This will allow to test PTL loadable module in CI