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>
This commit is contained in:
committed by
Chris Friedt
parent
980db8e6e8
commit
b65a0ffca8
@@ -8,7 +8,7 @@
|
||||
/dts-v1/;
|
||||
#include <common/freq.h>
|
||||
#include <dt-bindings/mfd/mfd_mchp_sam_flexcom.h>
|
||||
#include <dt-bindings/pinctrl/sama7g5-pinctrl.h>
|
||||
#include <dt-bindings/sam/sama7g5/sama7g54/sama7g54-pinctrl.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/gpio/microchip-sam-gpio.h>
|
||||
#include <dt-bindings/input/input-event-codes.h>
|
||||
|
||||
@@ -11,5 +11,8 @@ config HAS_MPFS_HAL
|
||||
config HAS_MEC5_HAL
|
||||
bool "Microchip MEC5 HAL drivers support"
|
||||
|
||||
config PIC32C
|
||||
config MICROCHIP_PIC32C
|
||||
bool
|
||||
|
||||
config MICROCHIP_SAM
|
||||
bool
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
config SOC_FAMILY_MICROCHIP_PIC32CM_JH
|
||||
select ARM
|
||||
select PIC32C
|
||||
select MICROCHIP_PIC32C
|
||||
select CPU_CORTEX_M0PLUS
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
|
||||
config SOC_SERIES_SAMA7G5
|
||||
select ARM
|
||||
select MICROCHIP_SAM
|
||||
select CPU_CORTEX_A7
|
||||
select SOC_EARLY_INIT_HOOK
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
config SOC_FAMILY_MICROCHIP_SAM_D5X_E5X
|
||||
select ARM
|
||||
select MICROCHIP_SAM
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_ARM_MPU
|
||||
|
||||
Reference in New Issue
Block a user