-
Couldn't load subscription status.
- Fork 8.1k
modules: Kconfig.microchip: Introduce SAM kconfig symbol #96163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules: Kconfig.microchip: Introduce SAM kconfig symbol #96163
Conversation
| The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
f06810f to 749ac4d Compare 749ac4d to d793c26 Compare - Update the path of pinctrl.h in sama7g54_ek.dts - Select CONFIG_MICROCHIP_SAM for sama7g5 family devices - Add SAM group Kconfig symbol for proper family grouping - Rename PIC32C Kconfig symbol to MICROCHIP_PIC32C and update references - Update west.yml for hal-microchip re-organization Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
Fixed the include directive for mchp_pinctrl_pinmux_sam.h by replacing quotes with angle brackets. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
d793c26 to 82da1f9 Compare |
| Hi @nandojve, @scottwcpg, @nordicjm, Thanks for reviewing and approving the PR. I’ve now updated the |



Add a new SAM Kconfig symbol and selected it in the
SAM D5x/E5x family devices to enable proper grouping.
This improves configuration consistency for Microchip SAM-based SoCs.
Associated hal_microhcip PR: zephyrproject-rtos/hal_microchip#43