Files
zephyr/modules/Kconfig.microchip
Arunprasath P b65a0ffca8 modules: Reorganize directory structure and update Kconfig symbols
- 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>
2025-09-24 19:19:04 -04:00

19 lines
330 B
Plaintext

# Microchip MEC HAL drivers configuration
# SPDX-License-Identifier: Apache-2.0
config HAS_MEC_HAL
bool "Microchip MEC HAL drivers support"
config HAS_MPFS_HAL
bool "Microchip MPFS HAL drivers support"
config HAS_MEC5_HAL
bool "Microchip MEC5 HAL drivers support"
config MICROCHIP_PIC32C
bool
config MICROCHIP_SAM
bool