| # Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| config SOC_SERIES_SAMA7G5 | |
| bool | |
| select SOC_FAMILY_MICROCHIP_SAM | |
| help | |
| Enable support for Microchip SAM Microprocessors. | |
| config SOC_SERIES | |
| default "sama7g5" if SOC_SERIES_SAMA7G5 | |
| rsource "Kconfig.soc.sam*" |