Skip to content

Commit 3429aeb

Browse files
committed
modules: microchip Addition of pic32cxsg modules
Addition of pic32cxsg modules Kconfig Signed-off-by: Michael D Sherwood <[email protected]>
1 parent 32fb506 commit 3429aeb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/Kconfig.microchip

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Microchip MEC HAL drivers configuration
2+
# Microchip PIC32C HAL drivers configuration
23

34
# SPDX-License-Identifier: Apache-2.0
45

@@ -10,3 +11,15 @@ config HAS_MPFS_HAL
1011

1112
config HAS_MEC5_HAL
1213
bool "Microchip MEC5 HAL drivers support"
14+
15+
config HAS_PIC32C_HAL
16+
bool "Microchip PIC32C HAL drivers support"
17+
18+
config PIC32C
19+
bool
20+
select HAS_CMSIS_CORE
21+
22+
config HAS_PIC32CXSG_HAL
23+
bool "Microchip PIC32CXSG HAL drivers support"
24+
select HAS_CMSIS_CORE
25+
depends on SOC_FAMILY_MICROCHIP_PIC32CXSG

0 commit comments

Comments
 (0)