mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 05:35:22 +00:00
Add new Microchip MEC chips using the new MEC5 HAL and add a HAL version of a legacy chip named MECH172x. Signed-off-by: Scott Worley <scott.worley@microchip.com>
13 lines
271 B
Plaintext
13 lines
271 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"
|