mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:33:18 +00:00
A lot of the Kconfig stuff gets copied around, so encourage a clean compact style: - Reduce license header spam - Fix some broken indentation - Turn a meaningless 'menuconfig' into a 'config' - Remove a redundant QMSI menu - Unscrunch comments: #Foo -> # Foo Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
# Kconfig - Microchip MEC HAL drivers configuration
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_MEC_HAL
|
|
bool "Microchip MEC HAL drivers support"
|